news fragment

This commit is contained in:
Jean-Paul Calderone 2021-10-18 10:45:10 -04:00
parent 040dbf3267
commit 7d04e6ab86

View File

@ -0,0 +1,2 @@
The storage protocol operation ``add_lease`` now safely rejects an attempt to add a 4,294,967,296th lease to an immutable share.
Previously this failed with an error after recording the new lease in the share file, resulting in the share file losing track of a one previous lease.