github GoogleCloudPlatform/gcsfuse v2.12.0
Gcsfuse v2.12.0

latest releases: meterprovider0.2, v3.3.0, v2.11.4...
4 months ago

Rapid Storage Support:

As of 2.10.0 release, GCSFuse supports Rapid Storage Class of Google Cloud Storage.

Rapid Storage enhancement: Streaming Writes support added.

  • GCSFuse now supports streaming writes on Google Cloud Storage's Rapid Storage Class. Please note that reads to a file are unsupported while a streaming write to that same file is in progress.
  • Known Issue: For Rapid Storage, a file.SyncFile call being simultaneously written from a different GCSFuse mount may cause a hang.

File Cache: Parallel Downloads by default

  • Previously, a separate flag enable-parallel-downloads was required to explicitly enable parallel downloads for file cache. Performance enhancements were performed such that when the file cache is enabled, parallel downloads are enabled as well.
  • This results in up to 9x faster model load time, making it easier to get this performance benefit with less configuration changes. To enable parallel download, simply enable the file cache.

Bug Fixes & Improvements

  • Fixed error handling when metrics are enabled. This impacts certain write flows and causes GCSFuse to return an I/O error. #3245

Don't miss a new gcsfuse release

NewReleases is sending notifications on new releases.