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: v16.2.11~350^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f5e0da02e6fa13a0a489cf34abe334519b228b1;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 0d496ee92b8a..28e1c9f367c6 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..).