From: 胡玮文 Date: Sun, 9 Jan 2022 13:53:40 +0000 (+0800) Subject: doc: complete MDS state diagram X-Git-Tag: v17.2.4~52^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b3361c94aa898e30e969c821980cb215cc2d618;p=ceph.git doc: complete MDS state diagram Add missing rejoin -> stopped. MDS can transit from replay-standy to damaged Since 20509bb6c82. Signed-off-by: 胡玮文 (cherry picked from commit 969061e8d5f6d965150c4ac9d1b804f24b84dc4b) --- diff --git a/doc/cephfs/mds-state-diagram.dot b/doc/cephfs/mds-state-diagram.dot index 3ad192ef19d..8c9fa25d0f5 100644 --- a/doc/cephfs/mds-state-diagram.dot +++ b/doc/cephfs/mds-state-diagram.dot @@ -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]; }