diff options
Diffstat (limited to 'cts/scheduler/dot/stop-failure-with-fencing.dot')
-rw-r--r-- | cts/scheduler/dot/stop-failure-with-fencing.dot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cts/scheduler/dot/stop-failure-with-fencing.dot b/cts/scheduler/dot/stop-failure-with-fencing.dot new file mode 100644 index 0000000..e6436e8 --- /dev/null +++ b/cts/scheduler/dot/stop-failure-with-fencing.dot @@ -0,0 +1,15 @@ + digraph "g" { +"ClusterIP_monitor_60000 pcmk-1" [ style=dashed color="red" fontcolor="black"] +"Fencing_monitor_0 pcmk-1" [ style=bold color="green" fontcolor="black"] +"clvm-clone_stop_0" -> "clvm-clone_stopped_0" [ style = bold] +"clvm-clone_stop_0" -> "clvm_stop_0 pcmk-2" [ style = bold] +"clvm-clone_stop_0" [ style=bold color="green" fontcolor="orange"] +"clvm-clone_stopped_0" [ style=bold color="green" fontcolor="orange"] +"clvm:1_monitor_60000 pcmk-1" [ style=dashed color="red" fontcolor="black"] +"clvm_stop_0 pcmk-2" -> "clvm-clone_stopped_0" [ style = bold] +"clvm_stop_0 pcmk-2" [ style=bold color="green" fontcolor="orange"] +"dlm_monitor_60000 pcmk-1" [ style=dashed color="red" fontcolor="black"] +"stonith 'reboot' pcmk-2" -> "clvm-clone_stop_0" [ style = bold] +"stonith 'reboot' pcmk-2" -> "clvm_stop_0 pcmk-2" [ style = bold] +"stonith 'reboot' pcmk-2" [ style=bold color="green" fontcolor="black"] +} |