mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-09 04:31:21 +00:00
4 lines
359 B
Plaintext
4 lines
359 B
Plaintext
|
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.
|