mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
5 lines
500 B
Plaintext
5 lines
500 B
Plaintext
The storage server implementation now respects the ``reserved_space`` configuration value when writing lease information and recording corruption advisories.
|
|
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.
|
|
Similarly, if there is no space available, corruption advisories will be logged but not written to disk.
|