azure-storage-fuse

A virtual file system adapter for Azure Blob storage

OTHER License

Stars
648

Bot releases are hidden (Show)

azure-storage-fuse - blobfuse v0.2.4

Published by asorrin-msft over 6 years ago

The v0.2.4 release includes:

  • Ability to specify Storage credentials with environment variables, as well as config file.
  • Greatly increased retry strategy for failed/throttled requests
  • Fixed a bug where retrying blob-upload operations would fail
  • Fixed an issue where URLs were not being properly encoded
  • Fixed an issue where blob/file names were corrupted if the tmp-path contained a trailing slash.
azure-storage-fuse - blobfuse v0.2.3

Published by asorrin-msft over 6 years ago

0.2.3 fixes a bug where data loss can occur in a specific scenario. Scenario is:

  • Two (or more) threads have simultaneous open write handles to the same file
  • One of those handles was opened with 'create' semantics
  • The file is written to through the 'create' handle more than cache_timeout seconds (default 120) after the other handle(s) have closed the file
azure-storage-fuse - blobfuse v0.2.2

Published by asorrin-msft almost 7 years ago

Fixing a bug where accessing directories was occasionally broken (for example, occasionally being unable to 'cd' into a directory, view the directory info with 'ls', etc.)

azure-storage-fuse - blobfuse v0.2.1

Published by asorrin-msft almost 7 years ago

The v0.2.1 release fixes a performance degradation introduced in v0.2.0. The issue manifests when operating on large numbers of small files.

azure-storage-fuse - blobfuse v0.2.0

Published by asorrin-msft almost 7 years ago

This release contains many bug fixes and several new features, primarily:

  • Automatic removal of files in the file cache when the cache timeout has expired
  • Multithreaded blob download
azure-storage-fuse - v0.1.0 release

Published by asorrin-msft almost 7 years ago

Initial release for blobfuse.

Package Rankings
Top 4.56% on Proxy.golang.org
Related Projects