diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
commit | e5a812082ae033afb1eed82c0f2df3d0f6bdc93f (patch) | |
tree | a6716c9275b4b413f6c9194798b34b91affb3cc7 /cts/scheduler/dot/bug-1820-1.dot | |
parent | Initial commit. (diff) | |
download | pacemaker-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/bug-1820-1.dot')
-rw-r--r-- | cts/scheduler/dot/bug-1820-1.dot | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-1820-1.dot b/cts/scheduler/dot/bug-1820-1.dot new file mode 100644 index 0000000..90e35a2 --- /dev/null +++ b/cts/scheduler/dot/bug-1820-1.dot @@ -0,0 +1,50 @@ + digraph "g" { +"do_shutdown star" [ style=bold color="green" fontcolor="black"] +"gr1_running_0" [ style=bold color="green" fontcolor="orange"] +"gr1_start_0" -> "gr1_running_0" [ style = bold] +"gr1_start_0" -> "test1_start_0 world" [ style = bold] +"gr1_start_0" -> "test2_start_0 world" [ style = bold] +"gr1_start_0" [ style=bold color="green" fontcolor="orange"] +"gr1_stop_0" -> "gr1_stopped_0" [ style = bold] +"gr1_stop_0" -> "test1_stop_0 star" [ style = bold] +"gr1_stop_0" -> "test2_stop_0 star" [ style = bold] +"gr1_stop_0" [ style=bold color="green" fontcolor="orange"] +"gr1_stopped_0" -> "gr1_start_0" [ style = bold] +"gr1_stopped_0" [ style=bold color="green" fontcolor="orange"] +"p1_monitor_0 star" -> "p1_start_0 world" [ style = bold] +"p1_monitor_0 star" [ style=bold color="green" fontcolor="black"] +"p1_monitor_0 world" -> "p1_start_0 world" [ style = bold] +"p1_monitor_0 world" [ style=bold color="green" fontcolor="black"] +"p1_start_0 world" [ style=bold color="green" fontcolor="black"] +"test1_migrate_from_0 world" -> "test1_start_0 world" [ style = bold] +"test1_migrate_from_0 world" -> "test1_stop_0 star" [ style = bold] +"test1_migrate_from_0 world" -> "test2_migrate_to_0 star" [ style = bold] +"test1_migrate_from_0 world" [ style=bold color="green" fontcolor="black"] +"test1_migrate_to_0 star" -> "test1_migrate_from_0 world" [ style = bold] +"test1_migrate_to_0 star" [ style=bold color="green" fontcolor="black"] +"test1_monitor_10000 world" [ style=bold color="green" fontcolor="black"] +"test1_start_0 world" -> "gr1_running_0" [ style = bold] +"test1_start_0 world" -> "test1_monitor_10000 world" [ style = bold] +"test1_start_0 world" -> "test2_migrate_to_0 star" [ style = dashed] +"test1_start_0 world" -> "test2_start_0 world" [ style = bold] +"test1_start_0 world" [ style=bold color="green" fontcolor="orange"] +"test1_stop_0 star" -> "do_shutdown star" [ style = bold] +"test1_stop_0 star" -> "gr1_stopped_0" [ style = bold] +"test1_stop_0 star" -> "test1_start_0 world" [ style = bold] +"test1_stop_0 star" [ style=bold color="green" fontcolor="black"] +"test2_migrate_from_0 world" -> "test2_start_0 world" [ style = bold] +"test2_migrate_from_0 world" -> "test2_stop_0 star" [ style = bold] +"test2_migrate_from_0 world" [ style=bold color="green" fontcolor="black"] +"test2_migrate_to_0 star" -> "test2_migrate_from_0 world" [ style = bold] +"test2_migrate_to_0 star" [ style=bold color="green" fontcolor="black"] +"test2_monitor_10000 world" [ style=bold color="green" fontcolor="black"] +"test2_start_0 world" -> "gr1_running_0" [ style = bold] +"test2_start_0 world" -> "test2_monitor_10000 world" [ style = bold] +"test2_start_0 world" [ style=bold color="green" fontcolor="orange"] +"test2_stop_0 star" -> "do_shutdown star" [ style = bold] +"test2_stop_0 star" -> "gr1_stopped_0" [ style = bold] +"test2_stop_0 star" -> "test1_migrate_to_0 star" [ style = dashed] +"test2_stop_0 star" -> "test1_stop_0 star" [ style = bold] +"test2_stop_0 star" -> "test2_start_0 world" [ style = bold] +"test2_stop_0 star" [ style=bold color="green" fontcolor="black"] +} |