blob: fa99521b322bf77eff2f1f6410180e1324bdb8e9 (
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
|
digraph "g" {
"ms3_demote_0" -> "ms3_demoted_0" [ style = bold]
"ms3_demote_0" -> "rsc3:1_demote_0 node2" [ style = bold]
"ms3_demote_0" [ style=bold color="green" fontcolor="orange"]
"ms3_demoted_0" -> "ms3_stop_0" [ style = bold]
"ms3_demoted_0" [ style=bold color="green" fontcolor="orange"]
"ms3_stop_0" -> "ms3_stopped_0" [ style = bold]
"ms3_stop_0" -> "rsc3:1_stop_0 node2" [ style = bold]
"ms3_stop_0" [ style=bold color="green" fontcolor="orange"]
"ms3_stopped_0" [ style=bold color="green" fontcolor="orange"]
"rsc1_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
"rsc2_monitor_10000 node1" [ style=bold color="green" fontcolor="black"]
"rsc2_start_0 node1" -> "rsc2_monitor_10000 node1" [ style = bold]
"rsc2_start_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc2_stop_0 node2" -> "rsc2_start_0 node1" [ style = bold]
"rsc2_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
"rsc3:1_demote_0 node2" -> "ms3_demoted_0" [ style = bold]
"rsc3:1_demote_0 node2" -> "rsc3:1_stop_0 node2" [ style = bold]
"rsc3:1_demote_0 node2" [ style=bold color="green" fontcolor="orange"]
"rsc3:1_stop_0 node2" -> "ms3_stopped_0" [ style = bold]
"rsc3:1_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
"stonith 'reboot' node2" -> "ms3_stop_0" [ style = bold]
"stonith 'reboot' node2" -> "rsc1_stop_0 node2" [ style = bold]
"stonith 'reboot' node2" -> "rsc2_start_0 node1" [ style = bold]
"stonith 'reboot' node2" -> "rsc2_stop_0 node2" [ style = bold]
"stonith 'reboot' node2" -> "rsc3:1_demote_0 node2" [ style = bold]
"stonith 'reboot' node2" -> "rsc3:1_stop_0 node2" [ style = bold]
"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"]
}
|