diff options
Diffstat (limited to 'cts/scheduler/dot/stonith-3.dot')
-rw-r--r-- | cts/scheduler/dot/stonith-3.dot | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cts/scheduler/dot/stonith-3.dot b/cts/scheduler/dot/stonith-3.dot new file mode 100644 index 0000000..68aaaee --- /dev/null +++ b/cts/scheduler/dot/stonith-3.dot @@ -0,0 +1,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"] +} |