Skip to content

blobfuse2-2.0.0-preview.3

Choose a tag to compare

@bhansalivikas bhansalivikas released this 02 Sep 16:17
23e7af7

Features

  • Added support to stream writes with caching
  • Added Health monitor to keep track of blobfuse health in terms of resource consumption and operations being performed
  • Added support for directory level SAS while mounting a subdirectory
  • Added support for updating MD5 sum on file upload
  • Added support for validating MD5 sum on download
  • Added support for displaying mount space utilization based on file cache consumption (for example when doing df)
  • Added backwards compatibility support for all blobfuse v1 CLI options
  • Added support to allow disabling writeback cache if a customer is opening a file with O_APPEND or O_WRONLY
  • Added support to ignore append or write only flags on open when writeback cache is on

Bug Fixes

  • Fixed a bug in parsing output of disk utilization summary
  • Fixed a bug in parsing SAS token not having '?' as first character
  • Fixed a bug in append file flow resolving data corruption
  • Fixed a bug in MSI auth to send correct resource string
  • Fixed a bug in OAuth token parsing when expires_on denotes numbers of seconds
  • Fixed a bug in rmdir flow. Dont allow directory deletion if local cache says its empty. On container it might still have files.
  • Fixed a bug in background mode where auth validation would be run twice
  • Fixed a bug in content type parsing for a 7z compressed file
  • Fixed a bug in retry logic to retry in case of server timeout errors