diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2023-09-19 21:24:10 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2024-06-21 03:32:56 +0200 |
commit | 7b482ada77cafde16ae69fc2624c3d1b79e30982 (patch) | |
tree | 9d1c8594187e9861926ff2e81924f44bed9293a4 /PendingReleaseNotes | |
parent | mon/MDSMonitor: add command to lookup when mds was last seen (diff) | |
download | ceph-7b482ada77cafde16ae69fc2624c3d1b79e30982.tar.xz ceph-7b482ada77cafde16ae69fc2624c3d1b79e30982.zip |
PendingReleaseNotes: add note on last-seen command
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index c476a72ff58..2958f859567 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -37,6 +37,8 @@ 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. +* CephFS: A new "mds last-seen" command is available for querying the last time + an MDS was in the FSMap, subject to a pruning threshold. * 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 |