From: Patrick Donnelly Date: Fri, 22 Jul 2022 17:22:01 +0000 (-0400) Subject: mds: update comment about standby-replay daemons holding a rank X-Git-Tag: v17.2.4~102^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=610f398668a69e70321dc31b4e5977fc373c1fc7;p=ceph.git mds: update comment about standby-replay daemons holding a rank Signed-off-by: Patrick Donnelly (cherry picked from commit 82d9030f5a40397fc5126c6a1dd98e5c75fcaa3a) --- diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index b4f514b94099..ee4f03adf39a 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -66,10 +66,10 @@ public: STATE_NULL = CEPH_MDS_STATE_NULL, // null value for fns returning this type. STATE_BOOT = CEPH_MDS_STATE_BOOT, // up, boot announcement. destiny unknown. STATE_STANDBY = CEPH_MDS_STATE_STANDBY, // up, idle. waiting for assignment by monitor. - STATE_STANDBY_REPLAY = CEPH_MDS_STATE_STANDBY_REPLAY, // up, replaying active node, ready to take over. // States of an MDS rank, and of any MDS daemon holding that rank // ============================================================== + STATE_STANDBY_REPLAY = CEPH_MDS_STATE_STANDBY_REPLAY, // up, replaying active node, ready to take over and not serving clients. Note: Up to two MDS hold the rank being replayed. STATE_STOPPED = CEPH_MDS_STATE_STOPPED, // down, once existed, but no subtrees. empty log. may not be held by a daemon. STATE_CREATING = CEPH_MDS_STATE_CREATING, // up, creating MDS instance (new journal, idalloc..).