Changeset 5837841 in trunk
- Timestamp:
- 2021-10-22T19:56:45Z (3 years ago)
- Branches:
- master
- Children:
- 8d15d61f
- Parents:
- 6449ad03
- git-author:
- Jean-Paul Calderone <exarkun@…> (2021-10-22 18:15:47)
- git-committer:
- Jean-Paul Calderone <exarkun@…> (2021-10-22 19:56:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified newsfragments/LFS-01-005.security ¶
r6449ad03 r5837841 1 The storage server implementation now respects the ``reserved_space`` configuration value when writing lease information .1 The storage server implementation now respects the ``reserved_space`` configuration value when writing lease information and recording corruption advisories. 2 2 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. 3 3 Now this operation will fail with an exception and the lease will not be created. 4 Similarly, if there is no space available, corruption advisories will be logged but not written to disk.
Note: See TracChangeset
for help on using the changeset viewer.