blob: 24958bfeb1e29a2020e00275711fe0ad09100cbd (
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" {
"FAKE2_monitor_60000 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE2_start_0 18builder" -> "FAKE2_monitor_60000 18builder" [ style = bold]
"FAKE2_start_0 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE2_stop_0 remote1" -> "FAKE2_start_0 18builder" [ style = bold]
"FAKE2_stop_0 remote1" -> "remote1_stop_0 18node1" [ style = bold]
"FAKE2_stop_0 remote1" [ style=bold color="green" fontcolor="orange"]
"FAKE3_monitor_60000 18node1" [ style=bold color="green" fontcolor="black"]
"FAKE3_start_0 18node1" -> "FAKE3_monitor_60000 18node1" [ style = bold]
"FAKE3_start_0 18node1" [ style=bold color="green" fontcolor="black"]
"FAKE3_stop_0 18builder" -> "FAKE3_start_0 18node1" [ style = bold]
"FAKE3_stop_0 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE4_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
"FAKE4_start_0 18node2" -> "FAKE4_monitor_60000 18node2" [ style = bold]
"FAKE4_start_0 18node2" [ style=bold color="green" fontcolor="black"]
"FAKE4_stop_0 18node1" -> "FAKE4_start_0 18node2" [ style = bold]
"FAKE4_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
"remote1_monitor_60000 18node1" [ style=bold color="green" fontcolor="black"]
"remote1_start_0 18node1" -> "remote1_monitor_60000 18node1" [ style = bold]
"remote1_start_0 18node1" [ style=bold color="green" fontcolor="black"]
"remote1_stop_0 18node1" -> "remote1_start_0 18node1" [ style = bold]
"remote1_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' remote1" -> "FAKE2_start_0 18builder" [ style = bold]
"stonith 'reboot' remote1" -> "FAKE2_stop_0 remote1" [ style = bold]
"stonith 'reboot' remote1" -> "FAKE3_start_0 18node1" [ style = bold]
"stonith 'reboot' remote1" -> "FAKE4_start_0 18node2" [ style = bold]
"stonith 'reboot' remote1" -> "remote1_start_0 18node1" [ style = bold]
"stonith 'reboot' remote1" [ style=bold color="green" fontcolor="black"]
}
|