diff options
author | Mauro Carvalho Chehab | 2019-06-18 11:47:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2019-07-15 11:03:01 -0300 |
commit | e7751617dd0599ceadf4221cb08e04307b00aa1f (patch) | |
tree | 16b7a5858f6b4c641e3346e2438f83df49ababa7 /Documentation/blockdev/drbd/node-states-8.dot | |
parent | 330d48105245abfb8c9ca491dc53ea500657217a (diff) |
docs: blockdev: add it to the admin-guide
The blockdev book basically contains user-faced documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/blockdev/drbd/node-states-8.dot')
-rw-r--r-- | Documentation/blockdev/drbd/node-states-8.dot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Documentation/blockdev/drbd/node-states-8.dot b/Documentation/blockdev/drbd/node-states-8.dot deleted file mode 100644 index 4a2b00c23547..000000000000 --- a/Documentation/blockdev/drbd/node-states-8.dot +++ /dev/null @@ -1,14 +0,0 @@ -digraph node_states { - Secondary -> Primary [ label = "ioctl_set_state()" ] - Primary -> Secondary [ label = "ioctl_set_state()" ] -} - -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" ] -} - |