summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/migrate-stop.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/migrate-stop.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/migrate-stop.dot')
-rw-r--r--cts/scheduler/dot/migrate-stop.dot22
1 files changed, 22 insertions, 0 deletions
diff --git a/cts/scheduler/dot/migrate-stop.dot b/cts/scheduler/dot/migrate-stop.dot
new file mode 100644
index 0000000..10d1c9a
--- /dev/null
+++ b/cts/scheduler/dot/migrate-stop.dot
@@ -0,0 +1,22 @@
+ digraph "g" {
+"clone-dom0-iscsi1_stop_0" -> "clone-dom0-iscsi1_stopped_0" [ style = bold]
+"clone-dom0-iscsi1_stop_0" -> "dom0-iscsi1:1_stop_0" [ style = bold]
+"clone-dom0-iscsi1_stop_0" [ style=bold color="green" fontcolor="orange"]
+"clone-dom0-iscsi1_stopped_0" [ style=bold color="green" fontcolor="orange"]
+"dom0-iscsi1-cnx1:0_stop_0 dom0-02" -> "dom0-iscsi1:1_stopped_0" [ style = bold]
+"dom0-iscsi1-cnx1:0_stop_0 dom0-02" [ style=bold color="green" fontcolor="black"]
+"dom0-iscsi1:1_stop_0" -> "dom0-iscsi1-cnx1:0_stop_0 dom0-02" [ style = bold]
+"dom0-iscsi1:1_stop_0" -> "dom0-iscsi1:1_stopped_0" [ style = bold]
+"dom0-iscsi1:1_stop_0" [ style=bold color="green" fontcolor="orange"]
+"dom0-iscsi1:1_stopped_0" -> "clone-dom0-iscsi1_stopped_0" [ style = bold]
+"dom0-iscsi1:1_stopped_0" [ style=bold color="green" fontcolor="orange"]
+"domU-test01_migrate_from_0 dom0-01" -> "domU-test01_start_0 dom0-01" [ style = bold]
+"domU-test01_migrate_from_0 dom0-01" -> "domU-test01_stop_0 dom0-02" [ style = bold]
+"domU-test01_migrate_from_0 dom0-01" [ style=bold color="green" fontcolor="black"]
+"domU-test01_migrate_to_0 dom0-02" -> "domU-test01_migrate_from_0 dom0-01" [ style = bold]
+"domU-test01_migrate_to_0 dom0-02" [ style=bold color="green" fontcolor="black"]
+"domU-test01_start_0 dom0-01" [ style=bold color="green" fontcolor="orange"]
+"domU-test01_stop_0 dom0-02" -> "clone-dom0-iscsi1_stop_0" [ style = dashed]
+"domU-test01_stop_0 dom0-02" -> "domU-test01_start_0 dom0-01" [ style = bold]
+"domU-test01_stop_0 dom0-02" [ style=bold color="green" fontcolor="black"]
+}