From: Patrick Donnelly Date: Sat, 21 Jul 2018 04:00:14 +0000 (-0700) Subject: mds: remove ascii art version of mds state diagram X-Git-Tag: v14.0.1~786^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22996%2Fhead;p=ceph.git mds: remove ascii art version of mds state diagram Now refer to the user documentation. Any updates should go there! Signed-off-by: Patrick Donnelly --- diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index c23e63498abd..766593ac4aa3 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -36,29 +36,6 @@ #include "common/Formatter.h" #include "mds/mdstypes.h" -/* - - boot --> standby, creating, or starting. - - - dne ----> creating -----> active* - ^ ^___________/ / ^ ^ - | / / | - destroying / / | - ^ / / | - | / / | - stopped <---- stopping* <-/ / | - \ / | - ----- starting* ----/ | - | - failed | - \ | - \--> replay* --> reconnect* --> rejoin* - - * = can fail - -*/ - class CephContext; class health_check_map_t; @@ -78,7 +55,11 @@ class health_check_map_t; class MDSMap { public: /* These states are the union of the set of possible states of an MDS daemon, - * and the set of possible states of an MDS rank */ + * and the set of possible states of an MDS rank. See + * doc/cephfs/mds-states.rst for state descriptions, + * doc/cephfs/mds-state-diagram.svg for a visual state diagram, and + * doc/cephfs/mds-state-diagram.dot to update mds-state-diagram.svg. + */ typedef enum { // States of an MDS daemon not currently holding a rank // ====================================================