blob: dd9eac4f75d50acca55574c9c1a65cf2ea7dc791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
digraph "g" {
"drbd0:0_post_notify_start_0 xen-1" -> "ms-drbd0_confirmed-post_notify_running_0" [ style = bold]
"drbd0:0_post_notify_start_0 xen-1" [ style=bold color="green" fontcolor="black"]
"drbd0:0_start_0 xen-1" -> "ms-drbd0_running_0" [ style = bold]
"drbd0:0_start_0 xen-1" [ style=bold color="green" fontcolor="black"]
"drbd0:1_post_notify_start_0 xen-2" -> "ms-drbd0_confirmed-post_notify_running_0" [ style = bold]
"drbd0:1_post_notify_start_0 xen-2" [ style=bold color="green" fontcolor="black"]
"drbd0:1_start_0 xen-2" -> "ms-drbd0_running_0" [ style = bold]
"drbd0:1_start_0 xen-2" [ style=bold color="green" fontcolor="black"]
"ms-drbd0_confirmed-post_notify_running_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_confirmed-pre_notify_start_0" -> "ms-drbd0_post_notify_running_0" [ style = bold]
"ms-drbd0_confirmed-pre_notify_start_0" -> "ms-drbd0_start_0" [ style = bold]
"ms-drbd0_confirmed-pre_notify_start_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_post_notify_running_0" -> "drbd0:0_post_notify_start_0 xen-1" [ style = bold]
"ms-drbd0_post_notify_running_0" -> "drbd0:1_post_notify_start_0 xen-2" [ style = bold]
"ms-drbd0_post_notify_running_0" -> "ms-drbd0_confirmed-post_notify_running_0" [ style = bold]
"ms-drbd0_post_notify_running_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_pre_notify_start_0" -> "ms-drbd0_confirmed-pre_notify_start_0" [ style = bold]
"ms-drbd0_pre_notify_start_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_running_0" -> "ms-drbd0_post_notify_running_0" [ style = bold]
"ms-drbd0_running_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_start_0" -> "drbd0:0_start_0 xen-1" [ style = bold]
"ms-drbd0_start_0" -> "drbd0:1_start_0 xen-2" [ style = bold]
"ms-drbd0_start_0" -> "ms-drbd0_running_0" [ style = bold]
"ms-drbd0_start_0" [ style=bold color="green" fontcolor="orange"]
}
|