diff options
Diffstat (limited to 'cts/scheduler/dot/remote-fence-before-reconnect.dot')
-rw-r--r-- | cts/scheduler/dot/remote-fence-before-reconnect.dot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/dot/remote-fence-before-reconnect.dot b/cts/scheduler/dot/remote-fence-before-reconnect.dot new file mode 100644 index 0000000..5812b7f --- /dev/null +++ b/cts/scheduler/dot/remote-fence-before-reconnect.dot @@ -0,0 +1,11 @@ + digraph "g" { +"c7auto4_stop_0 c7auto1" [ style=bold color="green" fontcolor="black"] +"fake2_monitor_10000 c7auto1" [ style=bold color="green" fontcolor="black"] +"fake2_start_0 c7auto1" -> "fake2_monitor_10000 c7auto1" [ style = bold] +"fake2_start_0 c7auto1" [ style=bold color="green" fontcolor="black"] +"fake2_stop_0 c7auto4" -> "fake2_start_0 c7auto1" [ style = bold] +"fake2_stop_0 c7auto4" [ style=bold color="green" fontcolor="orange"] +"stonith 'reboot' c7auto4" -> "fake2_start_0 c7auto1" [ style = bold] +"stonith 'reboot' c7auto4" -> "fake2_stop_0 c7auto4" [ style = bold] +"stonith 'reboot' c7auto4" [ style=bold color="green" fontcolor="black"] +} |