Skip to content

Gcsfuse v3.7.2

Latest

Choose a tag to compare

@gcsfuse-github-machine-user-bot gcsfuse-github-machine-user-bot released this 06 Mar 06:01
· 74 commits to master since this release

Bug fixes & Improvements

Premature EOF on kernels with large page-sizes

Aggressive kernel read-ahead on ARM64 architectures with large page-sizes previously caused premature-EOFs on reads. This release provides a critical stability fix for GCSFuse on ARM64 architectures configured with large page sizes (e.g. Google Cloud A4X and A4X Max instances with 64 KiB memory pages).

Updated handling of appends on Rapid Buckets

We fixed append failures in Rapid storage by eliminating the unnecessary Metadata call that caused issues due to stale server response for same generation objects.