diff options
Diffstat (limited to 'Documentation/admin-guide/blockdev/drbd/peer-states-8.dot')
-rw-r--r-- | Documentation/admin-guide/blockdev/drbd/peer-states-8.dot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot b/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot new file mode 100644 index 0000000000..6dc3954954 --- /dev/null +++ b/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot @@ -0,0 +1,8 @@ +digraph peer_states { + Secondary -> Primary [ label = "recv state packet" ] + Primary -> Secondary [ label = "recv state packet" ] + Primary -> Unknown [ label = "connection lost" ] + Secondary -> Unknown [ label = "connection lost" ] + Unknown -> Primary [ label = "connected" ] + Unknown -> Secondary [ label = "connected" ] +} |