Releases
blobfuse2-2.1.0
Features
Added support for ARM64 architecture.
Block cache component added to support faster serial reads of large files with prefetching of blocks
Only read-only mounts will support block-cache
Adaptive prefetching to support random reads without incurring extra network cost
Block cache with disk backup to reduce network cost if same blocks are read again
On AML compute cluster MSI authentication is now supported (this will use the identity assigned to compute cluster)
Bug Fixes
Fix to evict the destination file from local cache post rename file operation.
If $PATH
is not populated correctly, find out correct path for du
command.
Disable kernel_cache
and writeback_cache
when direct_io
is set.
Fix FUSE CLI parameter parsing, where CLI overrides parameters provided in config file.
#1226 If max disk-cache size is not configured, check the available disk space to kick-in early eviction.
#1230 Truncate file locally and then upload instead of downloading it again.
You can’t perform that action at this time.