tahoe-lafs/newsfragments/LFS-01-005.security

4 lines
359 B
Plaintext
Raw Normal View History

2021-10-20 14:20:53 -04:00
The storage server implementation now respects the ``reserved_space`` configuration value when writing lease information.
Previously, new leases could be created and written to disk even when the storage server had less remaining space than the configured reserve space value.
Now this operation will fail with an exception and the lease will not be created.