diff options
Diffstat (limited to 'cts/scheduler/dot/migrate-start.dot')
-rw-r--r-- | cts/scheduler/dot/migrate-start.dot | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cts/scheduler/dot/migrate-start.dot b/cts/scheduler/dot/migrate-start.dot new file mode 100644 index 0000000..10e0db3 --- /dev/null +++ b/cts/scheduler/dot/migrate-start.dot @@ -0,0 +1,23 @@ + digraph "g" { +"clone-dom0-iscsi1_running_0" -> "domU-test01_migrate_to_0 dom0-02" [ style = bold] +"clone-dom0-iscsi1_running_0" -> "domU-test01_start_0 dom0-01" [ style = bold] +"clone-dom0-iscsi1_running_0" [ style=bold color="green" fontcolor="orange"] +"clone-dom0-iscsi1_start_0" -> "clone-dom0-iscsi1_running_0" [ style = bold] +"clone-dom0-iscsi1_start_0" -> "dom0-iscsi1:1_start_0" [ style = bold] +"clone-dom0-iscsi1_start_0" [ style=bold color="green" fontcolor="orange"] +"dom0-iscsi1-cnx1:1_start_0 dom0-01" -> "dom0-iscsi1:1_running_0" [ style = bold] +"dom0-iscsi1-cnx1:1_start_0 dom0-01" [ style=bold color="green" fontcolor="black"] +"dom0-iscsi1:1_running_0" -> "clone-dom0-iscsi1_running_0" [ style = bold] +"dom0-iscsi1:1_running_0" [ style=bold color="green" fontcolor="orange"] +"dom0-iscsi1:1_start_0" -> "dom0-iscsi1-cnx1:1_start_0 dom0-01" [ style = bold] +"dom0-iscsi1:1_start_0" -> "dom0-iscsi1:1_running_0" [ style = bold] +"dom0-iscsi1:1_start_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" -> "domU-test01_start_0 dom0-01" [ style = bold] +"domU-test01_stop_0 dom0-02" [ style=bold color="green" fontcolor="black"] +} |