summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/ticket-group-21.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/ticket-group-21.dot')
-rw-r--r--cts/scheduler/dot/ticket-group-21.dot16
1 files changed, 16 insertions, 0 deletions
diff --git a/cts/scheduler/dot/ticket-group-21.dot b/cts/scheduler/dot/ticket-group-21.dot
new file mode 100644
index 0000000..2f1c94c
--- /dev/null
+++ b/cts/scheduler/dot/ticket-group-21.dot
@@ -0,0 +1,16 @@
+ digraph "g" {
+"group1_stop_0" -> "group1_stopped_0" [ style = bold]
+"group1_stop_0" -> "rsc1_stop_0 node2" [ style = bold]
+"group1_stop_0" -> "rsc2_stop_0 node2" [ style = bold]
+"group1_stop_0" [ style=bold color="green" fontcolor="orange"]
+"group1_stopped_0" [ style=bold color="green" fontcolor="orange"]
+"rsc1_stop_0 node2" -> "group1_stopped_0" [ style = bold]
+"rsc1_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
+"rsc2_stop_0 node2" -> "group1_stopped_0" [ style = bold]
+"rsc2_stop_0 node2" -> "rsc1_stop_0 node2" [ style = bold]
+"rsc2_stop_0 node2" [ style=bold color="green" fontcolor="orange"]
+"stonith 'reboot' node2" -> "group1_stop_0" [ style = bold]
+"stonith 'reboot' node2" -> "rsc1_stop_0 node2" [ style = bold]
+"stonith 'reboot' node2" -> "rsc2_stop_0 node2" [ style = bold]
+"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"]
+}