summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/migrate-stop-start-complex.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/migrate-stop-start-complex.dot')
-rw-r--r--cts/scheduler/dot/migrate-stop-start-complex.dot38
1 files changed, 38 insertions, 0 deletions
diff --git a/cts/scheduler/dot/migrate-stop-start-complex.dot b/cts/scheduler/dot/migrate-stop-start-complex.dot
new file mode 100644
index 0000000..8a793f7
--- /dev/null
+++ b/cts/scheduler/dot/migrate-stop-start-complex.dot
@@ -0,0 +1,38 @@
+ digraph "g" {
+"bottom:0_start_0 dom0-01" -> "clone-bottom_running_0" [ style = bold]
+"bottom:0_start_0 dom0-01" [ style=bold color="green" fontcolor="black"]
+"bottom:0_stop_0 dom0-02" -> "bottom:0_start_0 dom0-01" [ style = bold]
+"bottom:0_stop_0 dom0-02" -> "clone-bottom_stopped_0" [ style = bold]
+"bottom:0_stop_0 dom0-02" [ style=bold color="green" fontcolor="black"]
+"clone-bottom_running_0" [ style=bold color="green" fontcolor="orange"]
+"clone-bottom_start_0" -> "bottom:0_start_0 dom0-01" [ style = bold]
+"clone-bottom_start_0" -> "clone-bottom_running_0" [ style = bold]
+"clone-bottom_start_0" [ style=bold color="green" fontcolor="orange"]
+"clone-bottom_stop_0" -> "bottom:0_stop_0 dom0-02" [ style = bold]
+"clone-bottom_stop_0" -> "clone-bottom_stopped_0" [ style = bold]
+"clone-bottom_stop_0" [ style=bold color="green" fontcolor="orange"]
+"clone-bottom_stopped_0" -> "clone-bottom_start_0" [ style = bold]
+"clone-bottom_stopped_0" [ style=bold color="green" fontcolor="orange"]
+"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" -> "clone-bottom_stop_0" [ style = bold]
+"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" -> "bottom:0_stop_0 dom0-02" [ style = bold]
+"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"]
+}