summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/multiply-active-stonith.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/multiply-active-stonith.dot')
-rw-r--r--cts/scheduler/dot/multiply-active-stonith.dot6
1 files changed, 6 insertions, 0 deletions
diff --git a/cts/scheduler/dot/multiply-active-stonith.dot b/cts/scheduler/dot/multiply-active-stonith.dot
new file mode 100644
index 0000000..ebfd5c9
--- /dev/null
+++ b/cts/scheduler/dot/multiply-active-stonith.dot
@@ -0,0 +1,6 @@
+ digraph "g" {
+"fencer_monitor_60000 node3" [ style=bold color="green" fontcolor="black"]
+"rsc1_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
+"stonith 'reboot' node2" -> "rsc1_stop_0 node2" [ style = bold]
+"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"]
+}