This topic describes the updates for ossfs 1.91.5.
New features
A new parameter named free_space_radio
Parameter | Description |
free_space_ratio | The minimum remaining disk space ratio that you want to reserve. For example, if the disk space is 50 GB and you set -o free_space_ratio to 20, 10 GB (50 GB x 20% = 10 GB) is reserved. |
Optimized features
Set the default value of the
complement_stat
parameter totrue
to reduce the number of scenarios in which directories are recognized as objects.Standardize the return results for failures caused by accessing and performing operations on objects in buckets that are attached with a specific authorization policy and mounted to the local file system.
Optimize the exit codes for ossfs mount failures.
Optimize the experience of mounting a subdirectory of an OSS bucket to a local system. For ossfs whose version is 1.91.4 or earlier, if an object does not exist in the subdirectory, the subdirectory cannot be mounted. To address this issue, ossfs 1.91.5 is optimized. Even if an object does not exist in the subdirectory, the subdirectory can be mounted as expected.