From: Patrick Donnelly Date: Tue, 11 Jun 2024 15:45:29 +0000 (-0400) Subject: doc/cephfs: add documentation for `mds last-seen` X-Git-Tag: v20.0.0~1656^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb5086ec820459fa3b3c4f8b0b014894499f7fab;p=ceph.git doc/cephfs: add documentation for `mds last-seen` Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index 8744a41ddf046..5760e67f73e64 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -280,6 +280,17 @@ Mark the file system rank as repaired. Unlike the name suggests, this command does not change a MDS; it manipulates the file system rank which has been marked damaged. +:: + + ceph mds last-seen + +Learn the when the MDS named ``name`` was last in the FSMap. The JSON output +includes the epoch the MDS was last seen. Historically information is limited by +the following ``mon`` configuration: + + +.. confval:: mon_fsmap_prune_threshold + Required Client Features ------------------------