diff options
Diffstat (limited to 'cts/scheduler/dot/start-then-stop-with-unfence.dot')
-rw-r--r-- | cts/scheduler/dot/start-then-stop-with-unfence.dot | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cts/scheduler/dot/start-then-stop-with-unfence.dot b/cts/scheduler/dot/start-then-stop-with-unfence.dot new file mode 100644 index 0000000..71e9aca --- /dev/null +++ b/cts/scheduler/dot/start-then-stop-with-unfence.dot @@ -0,0 +1,28 @@ + digraph "g" { +"ip1_monitor_10000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"ip1_start_0 rhel7-node1.example.com" -> "ip1_monitor_10000 rhel7-node1.example.com" [ style = bold] +"ip1_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"ip1_stop_0 rhel7-node2.example.com" -> "ip1_start_0 rhel7-node1.example.com" [ style = bold] +"ip1_stop_0 rhel7-node2.example.com" [ style=bold color="green" fontcolor="black"] +"jrummy-clone_running_0" -> "ip1_stop_0 rhel7-node2.example.com" [ style = bold] +"jrummy-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"jrummy-clone_start_0" -> "jrummy-clone_running_0" [ style = bold] +"jrummy-clone_start_0" -> "jrummy_start_0 rhel7-node1.example.com" [ style = bold] +"jrummy-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"jrummy_monitor_10000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"jrummy_start_0 rhel7-node1.example.com" -> "jrummy-clone_running_0" [ style = bold] +"jrummy_start_0 rhel7-node1.example.com" -> "jrummy_monitor_10000 rhel7-node1.example.com" [ style = bold] +"jrummy_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"mpath-node1_monitor_0 rhel7-node1.example.com" -> "mpath-node1_start_0 rhel7-node1.example.com" [ style = bold] +"mpath-node1_monitor_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"mpath-node1_monitor_60000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"mpath-node1_start_0 rhel7-node1.example.com" -> "mpath-node1_monitor_60000 rhel7-node1.example.com" [ style = bold] +"mpath-node1_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"mpath-node2_monitor_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +"stonith 'on' rhel7-node1.example.com" -> "ip1_start_0 rhel7-node1.example.com" [ style = bold] +"stonith 'on' rhel7-node1.example.com" -> "jrummy_start_0 rhel7-node1.example.com" [ style = bold] +"stonith 'on' rhel7-node1.example.com" -> "mpath-node1_monitor_0 rhel7-node1.example.com" [ style = bold] +"stonith 'on' rhel7-node1.example.com" -> "mpath-node1_start_0 rhel7-node1.example.com" [ style = bold] +"stonith 'on' rhel7-node1.example.com" -> "mpath-node2_monitor_0 rhel7-node1.example.com" [ style = bold] +"stonith 'on' rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"] +} |