Skip to content

blobfuse2-2.5.1

Latest

Choose a tag to compare

@vibhansa-msft vibhansa-msft released this 15 Oct 11:36
c09d35a

Bug Fixes

  • Fail file open operation if the file being downloaded by file-cache can not fit in available disk space (either configured by user or computed implicitly by blobfuse). User application will receive ENOSPC (no space left on device) in response to file open call. (PR #1870)
  • Mount will fail if FNS account is mounted as HNS account. (PR #1925)
  • Redirect Stack trace to log file (WORK_DIR/mount_path.pid.trace) instead of console in case of panic for better debuggability. (PR #1939)
  • Truncating the file in file_cache resulting in OOM panic by go-runtime in some scenarios. (PR #2003)
  • Open file error(No BlockList error) in block_cache when file is truncated before to less than 256MiB. (PR #2003) (GH Issue #1951)
  • Prevent reusing the same block ID in truncate operation which could lead to issues. (PR #2003)