diff options
Diffstat (limited to 'cts/scheduler/dot/concurrent-fencing.dot')
-rw-r--r-- | cts/scheduler/dot/concurrent-fencing.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/concurrent-fencing.dot b/cts/scheduler/dot/concurrent-fencing.dot new file mode 100644 index 0000000..176eea0 --- /dev/null +++ b/cts/scheduler/dot/concurrent-fencing.dot @@ -0,0 +1,7 @@ + digraph "g" { +"stonith 'reboot' node1" -> "stonith 'reboot' node2" [ style = bold] +"stonith 'reboot' node1" [ style=bold color="green" fontcolor="black"] +"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"] +"stonith 'reboot' node3" -> "stonith 'reboot' node2" [ style = bold] +"stonith 'reboot' node3" [ style=bold color="green" fontcolor="black"] +} |