Changeset 5837841 in trunk


Ignore:
Timestamp:
2021-10-22T19:56:45Z (3 years ago)
Author:
Jean-Paul Calderone <exarkun@…>
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)
Message:

mention corruption advisories in the news fragment too

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.
     1The storage server implementation now respects the ``reserved_space`` configuration value when writing lease information and recording corruption advisories.
    22Previously, new leases could be created and written to disk even when the storage server had less remaining space than the configured reserve space value.
    33Now this operation will fail with an exception and the lease will not be created.
     4Similarly, 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.