]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: complete MDS state diagram
author胡玮文 <huww98@outlook.com>
Sun, 9 Jan 2022 13:53:40 +0000 (21:53 +0800)
committerVenky Shankar <vshankar@redhat.com>
Tue, 27 Sep 2022 07:48:56 +0000 (13:18 +0530)
Add missing rejoin -> stopped.
MDS can transit from replay-standy to damaged Since 20509bb6c82.

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

doc/cephfs/mds-state-diagram.dot

index 3ad192ef19ddadef298e0c79fb5b0e4918bef52d..8c9fa25d0f57ab7ad872d4f73ff1d9f5a7930ce5 100644 (file)
@@ -57,6 +57,7 @@ D0 -> N3 [color=red,penwidth=2.0];
 // terminal (but not "in")
 node [shape=polygon,sides=6,color=black,peripheries=1];
 D1 [label="down:damaged"]
+S2 -> D1 [color=black,penwidth=2.0];
 N3 -> D1 [color=black,penwidth=2.0];
 N4 -> D1 [color=black,penwidth=2.0];
 N5 -> D1 [color=black,penwidth=2.0];
@@ -69,5 +70,6 @@ D1 -> D0 [color=red,penwidth=2.0]
 node [shape=polygon,sides=6,color=purple,peripheries=1];
 D3 [label="down:stopped"]
 S3 -> D3 [color=purple,penwidth=2.0];
+N6 -> D3 [color=purple,penwidth=2.0];
 
 }