summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/shutdown-lock.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/shutdown-lock.dot')
-rw-r--r--cts/scheduler/dot/shutdown-lock.dot11
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/dot/shutdown-lock.dot b/cts/scheduler/dot/shutdown-lock.dot
new file mode 100644
index 0000000..0a7d8c3
--- /dev/null
+++ b/cts/scheduler/dot/shutdown-lock.dot
@@ -0,0 +1,11 @@
+ digraph "g" {
+"Fencing_monitor_120000 node3" [ style=bold color="green" fontcolor="black"]
+"Fencing_start_0 node3" -> "Fencing_monitor_120000 node3" [ style = bold]
+"Fencing_start_0 node3" [ style=bold color="green" fontcolor="black"]
+"Fencing_stop_0 node1" -> "Fencing_start_0 node3" [ style = bold]
+"Fencing_stop_0 node1" -> "do_shutdown node1" [ style = bold]
+"Fencing_stop_0 node1" [ style=bold color="green" fontcolor="black"]
+"do_shutdown node1" [ style=bold color="green" fontcolor="black"]
+"rsc1_stop_0 node1" -> "do_shutdown node1" [ style = bold]
+"rsc1_stop_0 node1" [ style=bold color="green" fontcolor="black"]
+}