Rapid Storage Support:
As of 2.10.0 release, GCSFuse supports Rapid Storage Class of Google Cloud Storage.
- Learn more on this blog post.
- Express Interest to participate in Private Preview by filling this form.
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