blob: 96ee34640043de0891d461801d77434f7182797e (
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
27
28
29
30
31
32
33
|
digraph "g" {
"drbd-r1_monitor_29000 hex-2" [ style=bold color="green" fontcolor="black"]
"drbd-r1_monitor_31000 hex-3" [ style=bold color="green" fontcolor="black"]
"drbd-r1_post_notify_promoted_0 hex-2" -> "ms-r1_confirmed-post_notify_promoted_0" [ style = bold]
"drbd-r1_post_notify_promoted_0 hex-2" [ style=bold color="green" fontcolor="black"]
"drbd-r1_post_notify_promoted_0 hex-3" -> "ms-r1_confirmed-post_notify_promoted_0" [ style = bold]
"drbd-r1_post_notify_promoted_0 hex-3" [ style=bold color="green" fontcolor="black"]
"drbd-r1_pre_notify_promote_0 hex-2" -> "ms-r1_confirmed-pre_notify_promote_0" [ style = bold]
"drbd-r1_pre_notify_promote_0 hex-2" [ style=bold color="green" fontcolor="black"]
"drbd-r1_pre_notify_promote_0 hex-3" -> "ms-r1_confirmed-pre_notify_promote_0" [ style = bold]
"drbd-r1_pre_notify_promote_0 hex-3" [ style=bold color="green" fontcolor="black"]
"drbd-r1_promote_0 hex-3" -> "drbd-r1_monitor_31000 hex-3" [ style = bold]
"drbd-r1_promote_0 hex-3" -> "ms-r1_promoted_0" [ style = bold]
"drbd-r1_promote_0 hex-3" [ style=bold color="green" fontcolor="black"]
"ms-r1_confirmed-post_notify_promoted_0" -> "drbd-r1_monitor_29000 hex-2" [ style = bold]
"ms-r1_confirmed-post_notify_promoted_0" -> "drbd-r1_monitor_31000 hex-3" [ style = bold]
"ms-r1_confirmed-post_notify_promoted_0" [ style=bold color="green" fontcolor="orange"]
"ms-r1_confirmed-pre_notify_promote_0" -> "ms-r1_post_notify_promoted_0" [ style = bold]
"ms-r1_confirmed-pre_notify_promote_0" -> "ms-r1_promote_0" [ style = bold]
"ms-r1_confirmed-pre_notify_promote_0" [ style=bold color="green" fontcolor="orange"]
"ms-r1_post_notify_promoted_0" -> "drbd-r1_post_notify_promoted_0 hex-2" [ style = bold]
"ms-r1_post_notify_promoted_0" -> "drbd-r1_post_notify_promoted_0 hex-3" [ style = bold]
"ms-r1_post_notify_promoted_0" -> "ms-r1_confirmed-post_notify_promoted_0" [ style = bold]
"ms-r1_post_notify_promoted_0" [ style=bold color="green" fontcolor="orange"]
"ms-r1_pre_notify_promote_0" -> "drbd-r1_pre_notify_promote_0 hex-2" [ style = bold]
"ms-r1_pre_notify_promote_0" -> "drbd-r1_pre_notify_promote_0 hex-3" [ style = bold]
"ms-r1_pre_notify_promote_0" -> "ms-r1_confirmed-pre_notify_promote_0" [ style = bold]
"ms-r1_pre_notify_promote_0" [ style=bold color="green" fontcolor="orange"]
"ms-r1_promote_0" -> "drbd-r1_promote_0 hex-3" [ style = bold]
"ms-r1_promote_0" [ style=bold color="green" fontcolor="orange"]
"ms-r1_promoted_0" -> "ms-r1_post_notify_promoted_0" [ style = bold]
"ms-r1_promoted_0" [ style=bold color="green" fontcolor="orange"]
}
|