]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove reference to mds-state-diagram.svg
author胡玮文 <huww98@outlook.com>
Sun, 9 Jan 2022 13:45:34 +0000 (21:45 +0800)
committerVenky Shankar <vshankar@redhat.com>
Tue, 27 Sep 2022 07:48:56 +0000 (13:18 +0530)
We no longer generate that file since c783ae10aa4

Signed-off-by: 胡玮文 <huww98@outlook.com>
(cherry picked from commit b4cc22a57f79b531401515badf39a06e613ef0c9)

doc/cephfs/.gitignore [deleted file]
src/mds/MDSMap.h

diff --git a/doc/cephfs/.gitignore b/doc/cephfs/.gitignore
deleted file mode 100644 (file)
index e823213..0000000
+++ /dev/null
@@ -1 +0,0 @@
-mds-state-diagram.svg
index 28e1c9f367c6c1f02983ae84d2d068b88e2a8e6c..3b2ad1bfd693007fb7f78d03c704617ebf24bfc8 100644 (file)
@@ -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