From: Milind Changire Date: Tue, 16 May 2023 07:55:59 +0000 (+0530) Subject: doc: add note about snap-schedule snapshot retention X-Git-Tag: v16.2.15~186^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9bdbad76b77fb5b7db631648915f77e6e8afb99e;p=ceph.git doc: add note about snap-schedule snapshot retention Signed-off-by: Milind Changire (cherry picked from commit 414ad9619b42d3cdf7e1ceab9a05d1830b63d82d) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 8322ba3ad3f09..c54d6a9d79eb2 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -132,6 +132,10 @@ * CEPHFS: After recovering a Ceph File System post following the disaster recovery procedure, the recovered files under `lost+found` directory can now be deleted. * core: cache-tiering is now deprecated. +* mgr/snap_schedule: The snap-schedule mgr module now retains one less snapshot + than the number mentioned against the config tunable `mds_max_snaps_per_dir` + so that a new snapshot can be created and retained during the next schedule + run. >=16.2.8 --------