blob: 7554d533e1c669974d393b1540b5c7281e2d77de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
digraph "g" {
"FAKE-crashed_monitor_60000 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE-crashed_start_0 18builder" -> "FAKE-crashed_monitor_60000 18builder" [ style = bold]
"FAKE-crashed_start_0 18builder" -> "remote2_start_0 18builder" [ style = bold]
"FAKE-crashed_start_0 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE-crashed_stop_0 18builder" -> "FAKE-crashed_start_0 18builder" [ style = bold]
"FAKE-crashed_stop_0 18builder" -> "stonith 'reboot' remote2" [ style = bold]
"FAKE-crashed_stop_0 18builder" [ style=bold color="green" fontcolor="black"]
"FAKE_monitor_60000 18builder" [ style=bold color="green" fontcolor="black"]
"remote1_monitor_0 18builder" -> "remote1_start_0 18builder" [ style = bold]
"remote1_monitor_0 18builder" [ style=bold color="green" fontcolor="black"]
"remote1_monitor_30000 18builder" [ style=bold color="green" fontcolor="black"]
"remote1_start_0 18builder" -> "remote1_monitor_30000 18builder" [ style = bold]
"remote1_start_0 18builder" [ style=bold color="green" fontcolor="black"]
"remote2_monitor_0 18builder" -> "remote2_start_0 18builder" [ style = bold]
"remote2_monitor_0 18builder" [ style=bold color="green" fontcolor="black"]
"remote2_monitor_30000 18builder" [ style=bold color="green" fontcolor="black"]
"remote2_start_0 18builder" -> "remote2_monitor_30000 18builder" [ style = bold]
"remote2_start_0 18builder" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' remote2" -> "remote1_start_0 18builder" [ style = bold]
"stonith 'reboot' remote2" -> "remote2_start_0 18builder" [ style = bold]
"stonith 'reboot' remote2" [ style=bold color="green" fontcolor="orange"]
}
|