From 90385c3a817c0129b51a37be11569c825c118b54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=83=A1=E7=8E=AE=E6=96=87?= Date: Sun, 9 Jan 2022 21:45:34 +0800 Subject: [PATCH] mds: remove reference to mds-state-diagram.svg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We no longer generate that file since c783ae10aa4 Signed-off-by: 胡玮文 (cherry picked from commit b4cc22a57f79b531401515badf39a06e613ef0c9) --- doc/cephfs/.gitignore | 1 - src/mds/MDSMap.h | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 doc/cephfs/.gitignore diff --git a/doc/cephfs/.gitignore b/doc/cephfs/.gitignore deleted file mode 100644 index e8232139cc945..0000000000000 --- a/doc/cephfs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -mds-state-diagram.svg diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index ee4f03adf39a7..3c630ce9c3aa8 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -56,9 +56,8 @@ 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. 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. + * doc/cephfs/mds-states.rst for state descriptions and a visual state diagram, and + * doc/cephfs/mds-state-diagram.dot to update the diagram. */ typedef enum { // States of an MDS daemon not currently holding a rank -- 2.39.5