blob: 68aaaeeefe21e44645af418950aec14d91e32ff2 (
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" {
"clnStonith_running_0" [ style=bold color="green" fontcolor="orange"]
"clnStonith_start_0" -> "clnStonith_running_0" [ style = bold]
"clnStonith_start_0" -> "grpStonith:0_start_0" [ style = bold]
"clnStonith_start_0" [ style=bold color="green" fontcolor="orange"]
"grpStonith:0_running_0" -> "clnStonith_running_0" [ style = bold]
"grpStonith:0_running_0" [ style=bold color="green" fontcolor="orange"]
"grpStonith:0_start_0" -> "grpStonith:0_running_0" [ style = bold]
"grpStonith:0_start_0" -> "prmStonith:0_start_0 rh5node2" [ style = bold]
"grpStonith:0_start_0" [ style=bold color="green" fontcolor="orange"]
"prmIpPostgreSQLDB_monitor_0 rh5node2" -> "prmIpPostgreSQLDB_start_0 rh5node2" [ style = bold]
"prmIpPostgreSQLDB_monitor_0 rh5node2" [ style=bold color="green" fontcolor="black"]
"prmIpPostgreSQLDB_monitor_30000 rh5node2" [ style=bold color="green" fontcolor="black"]
"prmIpPostgreSQLDB_start_0 rh5node2" -> "prmIpPostgreSQLDB_monitor_30000 rh5node2" [ style = bold]
"prmIpPostgreSQLDB_start_0 rh5node2" [ style=bold color="green" fontcolor="black"]
"prmStonith:0_monitor_0 rh5node2" -> "clnStonith_start_0" [ style = bold]
"prmStonith:0_monitor_0 rh5node2" [ style=bold color="green" fontcolor="black"]
"prmStonith:0_start_0 rh5node2" -> "grpStonith:0_running_0" [ style = bold]
"prmStonith:0_start_0 rh5node2" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' rh5node1" -> "prmIpPostgreSQLDB_start_0 rh5node2" [ style = bold]
"stonith 'reboot' rh5node1" -> "prmStonith:0_start_0 rh5node2" [ style = bold]
"stonith 'reboot' rh5node1" [ style=bold color="green" fontcolor="black"]
}
|