From 7e2546f9454abb28a435bf803607447e6a301faf Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Tue, 12 Sep 2023 14:09:39 +0530 Subject: [PATCH] PendingReleaseNotes: add note about 'm' and 'M' periods Signed-off-by: Milind Changire --- PendingReleaseNotes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 631b3b94d53f5..3d865704778dc 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -12,8 +12,11 @@ a large buildup of session metadata resulting in the MDS going read-only due to the RADOS operation exceeding the size threshold. `mds_session_metadata_threshold` config controls the maximum size that a (encoded) session metadata can grow. -* mgr/snap-schedule: For clusters with multiple CephFS file systems, all the - snap-schedule commands now expect the '--fs' argument. +* CephFS: For clusters with multiple CephFS file systems, all the snap-schedule + commands now expect the '--fs' argument. +* CephFS: The period specifier ``m`` now implies minutes and the period specifier + ``M`` now implies months. This has been made consistent with the rest + of the system. >=18.0.0 -- 2.39.5