summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/remote-fence-unclean.dot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:20 +0000
commite5a812082ae033afb1eed82c0f2df3d0f6bdc93f (patch)
treea6716c9275b4b413f6c9194798b34b91affb3cc7 /cts/scheduler/dot/remote-fence-unclean.dot
parentInitial commit. (diff)
downloadpacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.tar.xz
pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.zip
Adding upstream version 2.1.6.upstream/2.1.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cts/scheduler/dot/remote-fence-unclean.dot')
-rw-r--r--cts/scheduler/dot/remote-fence-unclean.dot29
1 files changed, 29 insertions, 0 deletions
diff --git a/cts/scheduler/dot/remote-fence-unclean.dot b/cts/scheduler/dot/remote-fence-unclean.dot
new file mode 100644
index 0000000..24958bf
--- /dev/null
+++ b/cts/scheduler/dot/remote-fence-unclean.dot
@@ -0,0 +1,29 @@
+ digraph "g" {
+"FAKE2_monitor_60000 18builder" [ style=bold color="green" fontcolor="black"]
+"FAKE2_start_0 18builder" -> "FAKE2_monitor_60000 18builder" [ style = bold]
+"FAKE2_start_0 18builder" [ style=bold color="green" fontcolor="black"]
+"FAKE2_stop_0 remote1" -> "FAKE2_start_0 18builder" [ style = bold]
+"FAKE2_stop_0 remote1" -> "remote1_stop_0 18node1" [ style = bold]
+"FAKE2_stop_0 remote1" [ style=bold color="green" fontcolor="orange"]
+"FAKE3_monitor_60000 18node1" [ style=bold color="green" fontcolor="black"]
+"FAKE3_start_0 18node1" -> "FAKE3_monitor_60000 18node1" [ style = bold]
+"FAKE3_start_0 18node1" [ style=bold color="green" fontcolor="black"]
+"FAKE3_stop_0 18builder" -> "FAKE3_start_0 18node1" [ style = bold]
+"FAKE3_stop_0 18builder" [ style=bold color="green" fontcolor="black"]
+"FAKE4_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
+"FAKE4_start_0 18node2" -> "FAKE4_monitor_60000 18node2" [ style = bold]
+"FAKE4_start_0 18node2" [ style=bold color="green" fontcolor="black"]
+"FAKE4_stop_0 18node1" -> "FAKE4_start_0 18node2" [ style = bold]
+"FAKE4_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
+"remote1_monitor_60000 18node1" [ style=bold color="green" fontcolor="black"]
+"remote1_start_0 18node1" -> "remote1_monitor_60000 18node1" [ style = bold]
+"remote1_start_0 18node1" [ style=bold color="green" fontcolor="black"]
+"remote1_stop_0 18node1" -> "remote1_start_0 18node1" [ style = bold]
+"remote1_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
+"stonith 'reboot' remote1" -> "FAKE2_start_0 18builder" [ style = bold]
+"stonith 'reboot' remote1" -> "FAKE2_stop_0 remote1" [ style = bold]
+"stonith 'reboot' remote1" -> "FAKE3_start_0 18node1" [ style = bold]
+"stonith 'reboot' remote1" -> "FAKE4_start_0 18node2" [ style = bold]
+"stonith 'reboot' remote1" -> "remote1_start_0 18node1" [ style = bold]
+"stonith 'reboot' remote1" [ style=bold color="green" fontcolor="black"]
+}