diff options
| author | Takashi Iwai <tiwai@suse.de> | 2009-12-14 12:01:56 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-12-14 12:01:56 -0500 |
| commit | b89371621e5bedc84498ced2c5c33976bd1b2f64 (patch) | |
| tree | b309919239586e25617a17785b827577b1abb6b5 /Documentation/blockdev/drbd/node-states-8.dot | |
| parent | 63978ab3e3e963db28093b53bb4598f2702e1ad7 (diff) | |
| parent | 74c2b45b714e49b427584b4bd8f44f1a24d82d9c (diff) | |
Merge branch 'next/isa' into topic/misc
Diffstat (limited to 'Documentation/blockdev/drbd/node-states-8.dot')
| -rw-r--r-- | Documentation/blockdev/drbd/node-states-8.dot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/blockdev/drbd/node-states-8.dot b/Documentation/blockdev/drbd/node-states-8.dot new file mode 100644 index 000000000000..4a2b00c23547 --- /dev/null +++ b/Documentation/blockdev/drbd/node-states-8.dot | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | digraph node_states { | ||
| 2 | Secondary -> Primary [ label = "ioctl_set_state()" ] | ||
| 3 | Primary -> Secondary [ label = "ioctl_set_state()" ] | ||
| 4 | } | ||
| 5 | |||
| 6 | digraph peer_states { | ||
| 7 | Secondary -> Primary [ label = "recv state packet" ] | ||
| 8 | Primary -> Secondary [ label = "recv state packet" ] | ||
| 9 | Primary -> Unknown [ label = "connection lost" ] | ||
| 10 | Secondary -> Unknown [ label = "connection lost" ] | ||
| 11 | Unknown -> Primary [ label = "connected" ] | ||
| 12 | Unknown -> Secondary [ label = "connected" ] | ||
| 13 | } | ||
| 14 | |||
