xref: /linux/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot (revision 3b7c5e8adf9ca64f8dd70279076de085ea6369d7)
1digraph peer_states {
2	Secondary -> Primary           [ label = "recv state packet" ]
3	Primary   -> Secondary 	       [ label = "recv state packet" ]
4	Primary   -> Unknown 	       [ label = "connection lost" ]
5	Secondary  -> Unknown  	       [ label = "connection lost" ]
6	Unknown   -> Primary           [ label = "connected" ]
7	Unknown   -> Secondary         [ label = "connected" ]
8}
9