From 03d40c024ab1bcae7d6b917d4771312169438aa6 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Tue, 24 Oct 2017 12:54:37 +1100 Subject: [PATCH 1/4] Fix: PE: Bundles only need to wait for other containers on the same node to be probed --- pengine/container.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pengine/container.c b/pengine/container.c index 13ce155..9c20910 100644 --- a/pengine/container.c +++ b/pengine/container.c @@ -894,7 +894,7 @@ container_create_probe(resource_t * rsc, node_t * node, action_t * complete, custom_action_order(tuple->docker, generate_op_key(tuple->docker->id, RSC_STATUS, 0), NULL, other->docker, generate_op_key(other->docker->id, RSC_START, 0), NULL, - pe_order_optional, data_set); + pe_order_optional|pe_order_same_node, data_set); } } } -- 1.8.3.1 From bee6a668ac6b8e825ba75fa92bb936ad246f08fd Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Tue, 24 Oct 2017 12:54:53 +1100 Subject: [PATCH 2/4] Test: PE: Bundles only need to wait for other containers on the same node to be probed --- pengine/test10/bundle-order-startup-clone-2.dot | 36 -------- pengine/test10/bundle-order-startup-clone-2.exp | 108 ------------------------ 2 files changed, 144 deletions(-) diff --git a/pengine/test10/bundle-order-startup-clone-2.dot b/pengine/test10/bundle-order-startup-clone-2.dot index 59a4fb4..b87b587 100644 --- a/pengine/test10/bundle-order-startup-clone-2.dot +++ b/pengine/test10/bundle-order-startup-clone-2.dot @@ -36,17 +36,13 @@ digraph "g" { "galera-bundle-2_start_0 metal-3" -> "galera:2_start_0 galera-bundle-2" [ style = bold] "galera-bundle-2_start_0 metal-3" [ style=bold color="green" fontcolor="black"] "galera-bundle-docker-0_monitor_0 metal-1" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] -"galera-bundle-docker-0_monitor_0 metal-1" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] -"galera-bundle-docker-0_monitor_0 metal-1" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-1" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] "galera-bundle-docker-0_monitor_0 metal-2" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-2" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] -"galera-bundle-docker-0_monitor_0 metal-2" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-2" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] "galera-bundle-docker-0_monitor_0 metal-3" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] -"galera-bundle-docker-0_monitor_0 metal-3" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-3" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-3" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-0_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] @@ -61,15 +57,11 @@ digraph "g" { "galera-bundle-docker-0_start_0 metal-1" [ style=bold color="green" fontcolor="black"] "galera-bundle-docker-1_monitor_0 metal-1" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-1" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] -"galera-bundle-docker-1_monitor_0 metal-1" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-1" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"galera-bundle-docker-1_monitor_0 metal-2" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-2" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] -"galera-bundle-docker-1_monitor_0 metal-2" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-2" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"galera-bundle-docker-1_monitor_0 metal-3" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-3" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-3" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-1_monitor_0 metal-3" -> "galera-bundle-master_start_0" [ style = bold] @@ -84,17 +76,13 @@ digraph "g" { "galera-bundle-docker-1_start_0 metal-2" -> "galera:1_start_0 galera-bundle-1" [ style = bold] "galera-bundle-docker-1_start_0 metal-2" [ style=bold color="green" fontcolor="black"] "galera-bundle-docker-2_monitor_0 metal-1" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] -"galera-bundle-docker-2_monitor_0 metal-1" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-1" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-1" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"galera-bundle-docker-2_monitor_0 metal-2" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-2" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-2" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-2" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"galera-bundle-docker-2_monitor_0 metal-3" -> "galera-bundle-docker-0_start_0 metal-1" [ style = bold] -"galera-bundle-docker-2_monitor_0 metal-3" -> "galera-bundle-docker-1_start_0 metal-2" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-3" -> "galera-bundle-docker-2_start_0 metal-3" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-3" -> "galera-bundle-master_start_0" [ style = bold] "galera-bundle-docker-2_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] @@ -141,15 +129,11 @@ digraph "g" { "galera:2_start_0 galera-bundle-2" -> "galera:2_monitor_30000 galera-bundle-2" [ style = bold] "galera:2_start_0 galera-bundle-2" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-0_monitor_0 metal-1" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] -"haproxy-bundle-docker-0_monitor_0 metal-1" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] -"haproxy-bundle-docker-0_monitor_0 metal-1" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-0_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-0_monitor_0 metal-2" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] "haproxy-bundle-docker-0_monitor_0 metal-2" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] -"haproxy-bundle-docker-0_monitor_0 metal-2" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-0_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-0_monitor_0 metal-3" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] -"haproxy-bundle-docker-0_monitor_0 metal-3" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] "haproxy-bundle-docker-0_monitor_0 metal-3" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-0_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-0_monitor_60000 metal-1" [ style=bold color="green" fontcolor="black"] @@ -158,13 +142,9 @@ digraph "g" { "haproxy-bundle-docker-0_start_0 metal-1" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-1_monitor_0 metal-1" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-1" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] -"haproxy-bundle-docker-1_monitor_0 metal-1" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"haproxy-bundle-docker-1_monitor_0 metal-2" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-2" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] -"haproxy-bundle-docker-1_monitor_0 metal-2" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"haproxy-bundle-docker-1_monitor_0 metal-3" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-3" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-3" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-1_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] @@ -173,15 +153,11 @@ digraph "g" { "haproxy-bundle-docker-1_start_0 metal-2" -> "haproxy-bundle_running_0" [ style = bold] "haproxy-bundle-docker-1_start_0 metal-2" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-2_monitor_0 metal-1" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] -"haproxy-bundle-docker-2_monitor_0 metal-1" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-1" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"haproxy-bundle-docker-2_monitor_0 metal-2" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-2" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-2" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"haproxy-bundle-docker-2_monitor_0 metal-3" -> "haproxy-bundle-docker-0_start_0 metal-1" [ style = bold] -"haproxy-bundle-docker-2_monitor_0 metal-3" -> "haproxy-bundle-docker-1_start_0 metal-2" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-3" -> "haproxy-bundle-docker-2_start_0 metal-3" [ style = bold] "haproxy-bundle-docker-2_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] "haproxy-bundle-docker-2_monitor_60000 metal-3" [ style=bold color="green" fontcolor="black"] @@ -231,17 +207,13 @@ digraph "g" { "redis-bundle-2_start_0 metal-3" -> "redis:2_start_0 redis-bundle-2" [ style = bold] "redis-bundle-2_start_0 metal-3" [ style=bold color="green" fontcolor="black"] "redis-bundle-docker-0_monitor_0 metal-1" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] -"redis-bundle-docker-0_monitor_0 metal-1" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] -"redis-bundle-docker-0_monitor_0 metal-1" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-1" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] "redis-bundle-docker-0_monitor_0 metal-2" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-2" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] -"redis-bundle-docker-0_monitor_0 metal-2" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-2" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] "redis-bundle-docker-0_monitor_0 metal-3" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] -"redis-bundle-docker-0_monitor_0 metal-3" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-3" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-3" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-0_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] @@ -257,15 +229,11 @@ digraph "g" { "redis-bundle-docker-0_start_0 metal-1" [ style=bold color="green" fontcolor="black"] "redis-bundle-docker-1_monitor_0 metal-1" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-1" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] -"redis-bundle-docker-1_monitor_0 metal-1" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-1" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"redis-bundle-docker-1_monitor_0 metal-2" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-2" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] -"redis-bundle-docker-1_monitor_0 metal-2" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-2" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"redis-bundle-docker-1_monitor_0 metal-3" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-3" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-3" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-1_monitor_0 metal-3" -> "redis-bundle-master_start_0" [ style = bold] @@ -281,17 +249,13 @@ digraph "g" { "redis-bundle-docker-1_start_0 metal-2" -> "redis:1_start_0 redis-bundle-1" [ style = bold] "redis-bundle-docker-1_start_0 metal-2" [ style=bold color="green" fontcolor="black"] "redis-bundle-docker-2_monitor_0 metal-1" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] -"redis-bundle-docker-2_monitor_0 metal-1" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-1" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-1" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-1" [ style=bold color="green" fontcolor="black"] -"redis-bundle-docker-2_monitor_0 metal-2" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-2" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-2" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-2" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-2" [ style=bold color="green" fontcolor="black"] -"redis-bundle-docker-2_monitor_0 metal-3" -> "redis-bundle-docker-0_start_0 metal-1" [ style = bold] -"redis-bundle-docker-2_monitor_0 metal-3" -> "redis-bundle-docker-1_start_0 metal-2" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-3" -> "redis-bundle-docker-2_start_0 metal-3" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-3" -> "redis-bundle-master_start_0" [ style = bold] "redis-bundle-docker-2_monitor_0 metal-3" [ style=bold color="green" fontcolor="black"] diff --git a/pengine/test10/bundle-order-startup-clone-2.exp b/pengine/test10/bundle-order-startup-clone-2.exp index 709bf6c..0ffa79b 100644 --- a/pengine/test10/bundle-order-startup-clone-2.exp +++ b/pengine/test10/bundle-order-startup-clone-2.exp @@ -509,21 +509,9 @@ - - - - - - - - - - - - @@ -651,15 +639,9 @@ - - - - - - @@ -669,15 +651,9 @@ - - - - - - @@ -805,21 +781,9 @@ - - - - - - - - - - - - @@ -971,21 +935,9 @@ - - - - - - - - - - - - @@ -1039,15 +991,9 @@ - - - - - - @@ -1057,15 +1003,9 @@ - - - - - - @@ -1119,21 +1059,9 @@ - - - - - - - - - - - - @@ -1762,21 +1690,9 @@ - - - - - - - - - - - - @@ -1904,15 +1820,9 @@ - - - - - - @@ -1922,15 +1832,9 @@ - - - - - - @@ -2058,21 +1962,9 @@ - - - - - - - - - - - - -- 1.8.3.1 From cafc6b1adca133b18c6769ab7eb09a869dccdfb2 Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Tue, 24 Oct 2017 13:20:56 +1100 Subject: [PATCH 3/4] Fix: PE: Bare metal remotes _can_ run resources now and must be probed --- pengine/native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pengine/native.c b/pengine/native.c index c87127f..64a8a90 100644 --- a/pengine/native.c +++ b/pengine/native.c @@ -2803,7 +2803,7 @@ native_create_probe(resource_t * rsc, node_t * node, action_t * complete, if (safe_str_eq(class, PCMK_RESOURCE_CLASS_STONITH)) { pe_rsc_trace(rsc, "Skipping probe for %s on node %s, remote-nodes do not run stonith agents.", rsc->id, node->details->id); return FALSE; - } else if (rsc_contains_remote_node(data_set, rsc)) { + } else if (is_container_remote_node(node) && rsc_contains_remote_node(data_set, rsc)) { pe_rsc_trace(rsc, "Skipping probe for %s on node %s, remote-nodes can not run resources that contain connection resources.", rsc->id, node->details->id); return FALSE; } else if (rsc->is_remote_node) { -- 1.8.3.1 From bec14bed319ad11f59878cf53093a1bbe31e9a0c Mon Sep 17 00:00:00 2001 From: Andrew Beekhof Date: Tue, 24 Oct 2017 13:21:16 +1100 Subject: [PATCH 4/4] Test: PE: Bare metal remotes _can_ run resources now and must be probed --- pengine/regression.sh | 1 + pengine/test10/bundle-probe-remotes.dot | 359 ++++++ pengine/test10/bundle-probe-remotes.exp | 1804 +++++++++++++++++++++++++++ pengine/test10/bundle-probe-remotes.scores | 211 ++++ pengine/test10/bundle-probe-remotes.summary | 166 +++ pengine/test10/bundle-probe-remotes.xml | 65 + 6 files changed, 2606 insertions(+) create mode 100644 pengine/test10/bundle-probe-remotes.dot create mode 100644 pengine/test10/bundle-probe-remotes.exp create mode 100644 pengine/test10/bundle-probe-remotes.scores create mode 100644 pengine/test10/bundle-probe-remotes.summary create mode 100644 pengine/test10/bundle-probe-remotes.xml diff --git a/pengine/regression.sh b/pengine/regression.sh index 6ec5848..ec775a3 100755 --- a/pengine/regression.sh +++ b/pengine/regression.sh @@ -826,6 +826,7 @@ do_test bundle-order-fencing "Order pseudo bundle fencing after parent node fenc do_test bundle-probe-order-1 "order 1" do_test bundle-probe-order-2 "order 2" do_test bundle-probe-order-3 "order 3" +do_test bundle-probe-remotes "Ensure remotes get probed too" echo "" do_test whitebox-fail1 "Fail whitebox container rsc." diff --git a/pengine/test10/bundle-probe-remotes.dot b/pengine/test10/bundle-probe-remotes.dot new file mode 100644 index 0000000..1daf35d --- /dev/null +++ b/pengine/test10/bundle-probe-remotes.dot @@ -0,0 +1,359 @@ +digraph "g" { +"c09-h08-r630_monitor_0 c09-h05-r630" -> "c09-h08-r630_start_0 c09-h05-r630" [ style = bold] +"c09-h08-r630_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"c09-h08-r630_monitor_0 c09-h06-r630" -> "c09-h08-r630_start_0 c09-h05-r630" [ style = bold] +"c09-h08-r630_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"c09-h08-r630_monitor_0 c09-h07-r630" -> "c09-h08-r630_start_0 c09-h05-r630" [ style = bold] +"c09-h08-r630_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"c09-h08-r630_monitor_60000 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"c09-h08-r630_start_0 c09-h05-r630" -> "c09-h08-r630_monitor_60000 c09-h05-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-0_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-1_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-2_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-3_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-3_monitor_60000 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-4_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" -> "scale1-bundle-docker-5_monitor_0 c09-h08-r630" [ style = bold] +"c09-h08-r630_start_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"c09-h09-r630_monitor_0 c09-h05-r630" -> "c09-h09-r630_start_0 c09-h06-r630" [ style = bold] +"c09-h09-r630_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"c09-h09-r630_monitor_0 c09-h06-r630" -> "c09-h09-r630_start_0 c09-h06-r630" [ style = bold] +"c09-h09-r630_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"c09-h09-r630_monitor_0 c09-h07-r630" -> "c09-h09-r630_start_0 c09-h06-r630" [ style = bold] +"c09-h09-r630_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"c09-h09-r630_monitor_60000 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"c09-h09-r630_start_0 c09-h06-r630" -> "c09-h09-r630_monitor_60000 c09-h06-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-0_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-1_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-2_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-3_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-4_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-4_monitor_60000 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" -> "scale1-bundle-docker-5_monitor_0 c09-h09-r630" [ style = bold] +"c09-h09-r630_start_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"c09-h10-r630_monitor_0 c09-h05-r630" -> "c09-h10-r630_start_0 c09-h07-r630" [ style = bold] +"c09-h10-r630_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"c09-h10-r630_monitor_0 c09-h06-r630" -> "c09-h10-r630_start_0 c09-h07-r630" [ style = bold] +"c09-h10-r630_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"c09-h10-r630_monitor_0 c09-h07-r630" -> "c09-h10-r630_start_0 c09-h07-r630" [ style = bold] +"c09-h10-r630_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"c09-h10-r630_monitor_60000 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"c09-h10-r630_start_0 c09-h07-r630" -> "c09-h10-r630_monitor_60000 c09-h07-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-0_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-1_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-2_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-3_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-4_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-5_monitor_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-5_monitor_60000 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"c09-h10-r630_start_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"dummy1:0_monitor_10000 scale1-bundle-0" [ style=bold color="green" fontcolor="black"] +"dummy1:0_start_0 scale1-bundle-0" -> "dummy1:0_monitor_10000 scale1-bundle-0" [ style = bold] +"dummy1:0_start_0 scale1-bundle-0" -> "dummy1:1_start_0 scale1-bundle-1" [ style = bold] +"dummy1:0_start_0 scale1-bundle-0" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:0_start_0 scale1-bundle-0" [ style=bold color="green" fontcolor="black"] +"dummy1:1_monitor_10000 scale1-bundle-1" [ style=bold color="green" fontcolor="black"] +"dummy1:1_start_0 scale1-bundle-1" -> "dummy1:1_monitor_10000 scale1-bundle-1" [ style = bold] +"dummy1:1_start_0 scale1-bundle-1" -> "dummy1:2_start_0 scale1-bundle-2" [ style = bold] +"dummy1:1_start_0 scale1-bundle-1" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:1_start_0 scale1-bundle-1" [ style=bold color="green" fontcolor="black"] +"dummy1:2_monitor_10000 scale1-bundle-2" [ style=bold color="green" fontcolor="black"] +"dummy1:2_start_0 scale1-bundle-2" -> "dummy1:2_monitor_10000 scale1-bundle-2" [ style = bold] +"dummy1:2_start_0 scale1-bundle-2" -> "dummy1:3_start_0 scale1-bundle-3" [ style = bold] +"dummy1:2_start_0 scale1-bundle-2" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:2_start_0 scale1-bundle-2" [ style=bold color="green" fontcolor="black"] +"dummy1:3_monitor_10000 scale1-bundle-3" [ style=bold color="green" fontcolor="black"] +"dummy1:3_start_0 scale1-bundle-3" -> "dummy1:3_monitor_10000 scale1-bundle-3" [ style = bold] +"dummy1:3_start_0 scale1-bundle-3" -> "dummy1:4_start_0 scale1-bundle-4" [ style = bold] +"dummy1:3_start_0 scale1-bundle-3" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:3_start_0 scale1-bundle-3" [ style=bold color="green" fontcolor="black"] +"dummy1:4_monitor_10000 scale1-bundle-4" [ style=bold color="green" fontcolor="black"] +"dummy1:4_start_0 scale1-bundle-4" -> "dummy1:4_monitor_10000 scale1-bundle-4" [ style = bold] +"dummy1:4_start_0 scale1-bundle-4" -> "dummy1:5_start_0 scale1-bundle-5" [ style = bold] +"dummy1:4_start_0 scale1-bundle-4" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:4_start_0 scale1-bundle-4" [ style=bold color="green" fontcolor="black"] +"dummy1:5_monitor_10000 scale1-bundle-5" [ style=bold color="green" fontcolor="black"] +"dummy1:5_start_0 scale1-bundle-5" -> "dummy1:5_monitor_10000 scale1-bundle-5" [ style = bold] +"dummy1:5_start_0 scale1-bundle-5" -> "scale1-bundle-clone_running_0" [ style = bold] +"dummy1:5_start_0 scale1-bundle-5" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-0_monitor_0 c09-h05-r630" -> "scale1-bundle-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-0_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-0_monitor_0 c09-h06-r630" -> "scale1-bundle-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-0_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-0_monitor_0 c09-h07-r630" -> "scale1-bundle-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-0_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-0_monitor_60000 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-0_start_0 c09-h05-r630" -> "dummy1:0_monitor_10000 scale1-bundle-0" [ style = bold] +"scale1-bundle-0_start_0 c09-h05-r630" -> "dummy1:0_start_0 scale1-bundle-0" [ style = bold] +"scale1-bundle-0_start_0 c09-h05-r630" -> "scale1-bundle-0_monitor_60000 c09-h05-r630" [ style = bold] +"scale1-bundle-0_start_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-1_monitor_0 c09-h05-r630" -> "scale1-bundle-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-1_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-1_monitor_0 c09-h06-r630" -> "scale1-bundle-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-1_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-1_monitor_0 c09-h07-r630" -> "scale1-bundle-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-1_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-1_monitor_60000 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-1_start_0 c09-h06-r630" -> "dummy1:1_monitor_10000 scale1-bundle-1" [ style = bold] +"scale1-bundle-1_start_0 c09-h06-r630" -> "dummy1:1_start_0 scale1-bundle-1" [ style = bold] +"scale1-bundle-1_start_0 c09-h06-r630" -> "scale1-bundle-1_monitor_60000 c09-h06-r630" [ style = bold] +"scale1-bundle-1_start_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-2_monitor_0 c09-h05-r630" -> "scale1-bundle-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-2_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-2_monitor_0 c09-h06-r630" -> "scale1-bundle-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-2_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-2_monitor_0 c09-h07-r630" -> "scale1-bundle-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-2_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-2_monitor_60000 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-2_start_0 c09-h07-r630" -> "dummy1:2_monitor_10000 scale1-bundle-2" [ style = bold] +"scale1-bundle-2_start_0 c09-h07-r630" -> "dummy1:2_start_0 scale1-bundle-2" [ style = bold] +"scale1-bundle-2_start_0 c09-h07-r630" -> "scale1-bundle-2_monitor_60000 c09-h07-r630" [ style = bold] +"scale1-bundle-2_start_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-3_monitor_0 c09-h05-r630" -> "scale1-bundle-3_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-3_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-3_monitor_0 c09-h06-r630" -> "scale1-bundle-3_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-3_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-3_monitor_0 c09-h07-r630" -> "scale1-bundle-3_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-3_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-3_monitor_60000 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-3_start_0 c09-h05-r630" -> "dummy1:3_monitor_10000 scale1-bundle-3" [ style = bold] +"scale1-bundle-3_start_0 c09-h05-r630" -> "dummy1:3_start_0 scale1-bundle-3" [ style = bold] +"scale1-bundle-3_start_0 c09-h05-r630" -> "scale1-bundle-3_monitor_60000 c09-h05-r630" [ style = bold] +"scale1-bundle-3_start_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-4_monitor_0 c09-h05-r630" -> "scale1-bundle-4_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-4_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-4_monitor_0 c09-h06-r630" -> "scale1-bundle-4_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-4_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-4_monitor_0 c09-h07-r630" -> "scale1-bundle-4_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-4_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-4_monitor_60000 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-4_start_0 c09-h06-r630" -> "dummy1:4_monitor_10000 scale1-bundle-4" [ style = bold] +"scale1-bundle-4_start_0 c09-h06-r630" -> "dummy1:4_start_0 scale1-bundle-4" [ style = bold] +"scale1-bundle-4_start_0 c09-h06-r630" -> "scale1-bundle-4_monitor_60000 c09-h06-r630" [ style = bold] +"scale1-bundle-4_start_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-5_monitor_0 c09-h05-r630" -> "scale1-bundle-5_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-5_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-5_monitor_0 c09-h06-r630" -> "scale1-bundle-5_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-5_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-5_monitor_0 c09-h07-r630" -> "scale1-bundle-5_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-5_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-5_monitor_60000 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-5_start_0 c09-h07-r630" -> "dummy1:5_monitor_10000 scale1-bundle-5" [ style = bold] +"scale1-bundle-5_start_0 c09-h07-r630" -> "dummy1:5_start_0 scale1-bundle-5" [ style = bold] +"scale1-bundle-5_start_0 c09-h07-r630" -> "scale1-bundle-5_monitor_60000 c09-h07-r630" [ style = bold] +"scale1-bundle-5_start_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-clone_running_0" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-clone_running_0" [ style=bold color="green" fontcolor="orange"] +"scale1-bundle-clone_start_0" -> "dummy1:0_start_0 scale1-bundle-0" [ style = bold] +"scale1-bundle-clone_start_0" -> "dummy1:1_start_0 scale1-bundle-1" [ style = bold] +"scale1-bundle-clone_start_0" -> "dummy1:2_start_0 scale1-bundle-2" [ style = bold] +"scale1-bundle-clone_start_0" -> "dummy1:3_start_0 scale1-bundle-3" [ style = bold] +"scale1-bundle-clone_start_0" -> "dummy1:4_start_0 scale1-bundle-4" [ style = bold] +"scale1-bundle-clone_start_0" -> "dummy1:5_start_0 scale1-bundle-5" [ style = bold] +"scale1-bundle-clone_start_0" -> "scale1-bundle-clone_running_0" [ style = bold] +"scale1-bundle-clone_start_0" [ style=bold color="green" fontcolor="orange"] +"scale1-bundle-docker-0_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-0_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_monitor_60000 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "dummy1:0_start_0 scale1-bundle-0" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle-0_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle-0_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle-0_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle-docker-0_monitor_60000 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-0_start_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-1_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_monitor_60000 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "dummy1:1_start_0 scale1-bundle-1" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle-1_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle-1_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle-1_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle-docker-1_monitor_60000 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-1_start_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-2_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_monitor_60000 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "dummy1:2_start_0 scale1-bundle-2" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle-2_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle-2_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle-2_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle-docker-2_monitor_60000 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-2_start_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-3_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_monitor_60000 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "dummy1:3_start_0 scale1-bundle-3" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle-3_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle-3_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle-3_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle-3_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle-docker-3_monitor_60000 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-3_start_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-4_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_monitor_60000 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "dummy1:4_start_0 scale1-bundle-4" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle-4_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle-4_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle-4_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle-4_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle-docker-4_monitor_60000 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-4_start_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h05-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h05-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h05-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h06-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h06-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h06-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h07-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h07-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h07-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h08-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h08-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h08-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h09-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h09-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h09-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_0 c09-h10-r630" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h10-r630" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_monitor_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_monitor_60000 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "dummy1:5_start_0 scale1-bundle-5" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle-5_monitor_0 c09-h05-r630" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle-5_monitor_0 c09-h06-r630" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle-5_monitor_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle-5_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle-docker-5_monitor_60000 c09-h10-r630" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" -> "scale1-bundle_running_0" [ style = bold] +"scale1-bundle-docker-5_start_0 c09-h10-r630" [ style=bold color="green" fontcolor="black"] +"scale1-bundle_running_0" [ style=bold color="green" fontcolor="orange"] +"scale1-bundle_start_0" -> "scale1-bundle-clone_start_0" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-0_start_0 c09-h05-r630" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-1_start_0 c09-h06-r630" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-2_start_0 c09-h07-r630" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-3_start_0 c09-h08-r630" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-4_start_0 c09-h09-r630" [ style = bold] +"scale1-bundle_start_0" -> "scale1-bundle-docker-5_start_0 c09-h10-r630" [ style = bold] +"scale1-bundle_start_0" [ style=bold color="green" fontcolor="orange"] +} diff --git a/pengine/test10/bundle-probe-remotes.exp b/pengine/test10/bundle-probe-remotes.exp new file mode 100644 index 0000000..ebf778c --- /dev/null +++ b/pengine/test10/bundle-probe-remotes.exp @@ -0,0 +1,1804 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pengine/test10/bundle-probe-remotes.scores b/pengine/test10/bundle-probe-remotes.scores new file mode 100644 index 0000000..2ea125f --- /dev/null +++ b/pengine/test10/bundle-probe-remotes.scores @@ -0,0 +1,211 @@ +Allocation scores: +clone_color: dummy1:0 allocation score on scale1-bundle-0: INFINITY +clone_color: dummy1:1 allocation score on scale1-bundle-1: INFINITY +clone_color: dummy1:2 allocation score on scale1-bundle-2: INFINITY +clone_color: dummy1:3 allocation score on scale1-bundle-3: INFINITY +clone_color: dummy1:4 allocation score on scale1-bundle-4: INFINITY +clone_color: dummy1:5 allocation score on scale1-bundle-5: INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h05-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h06-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h07-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h08-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h09-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on c09-h10-r630: -INFINITY +clone_color: scale1-bundle-clone allocation score on scale1-bundle-0: 0 +clone_color: scale1-bundle-clone allocation score on scale1-bundle-1: 0 +clone_color: scale1-bundle-clone allocation score on scale1-bundle-2: 0 +clone_color: scale1-bundle-clone allocation score on scale1-bundle-3: 0 +clone_color: scale1-bundle-clone allocation score on scale1-bundle-4: 0 +clone_color: scale1-bundle-clone allocation score on scale1-bundle-5: 0 +container_color: dummy1:0 allocation score on scale1-bundle-0: 500 +container_color: dummy1:1 allocation score on scale1-bundle-1: 500 +container_color: dummy1:2 allocation score on scale1-bundle-2: 500 +container_color: dummy1:3 allocation score on scale1-bundle-3: 500 +container_color: dummy1:4 allocation score on scale1-bundle-4: 500 +container_color: dummy1:5 allocation score on scale1-bundle-5: 500 +container_color: scale1-bundle allocation score on c09-h05-r630: 0 +container_color: scale1-bundle allocation score on c09-h06-r630: 0 +container_color: scale1-bundle allocation score on c09-h07-r630: 0 +container_color: scale1-bundle allocation score on c09-h08-r630: 0 +container_color: scale1-bundle allocation score on c09-h09-r630: 0 +container_color: scale1-bundle allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-0 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-0 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-0 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-0 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-0 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-0 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-1 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-1 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-1 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-1 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-1 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-1 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-2 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-2 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-2 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-2 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-2 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-2 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-3 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-3 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-3 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-3 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-3 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-3 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-4 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-4 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-4 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-4 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-4 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-4 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-5 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-5 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-5 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-5 allocation score on c09-h08-r630: -INFINITY +container_color: scale1-bundle-5 allocation score on c09-h09-r630: -INFINITY +container_color: scale1-bundle-5 allocation score on c09-h10-r630: -INFINITY +container_color: scale1-bundle-clone allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-clone allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-clone allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-clone allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-clone allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-clone allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-clone allocation score on scale1-bundle-0: -INFINITY +container_color: scale1-bundle-clone allocation score on scale1-bundle-1: -INFINITY +container_color: scale1-bundle-clone allocation score on scale1-bundle-2: -INFINITY +container_color: scale1-bundle-clone allocation score on scale1-bundle-3: -INFINITY +container_color: scale1-bundle-clone allocation score on scale1-bundle-4: -INFINITY +container_color: scale1-bundle-clone allocation score on scale1-bundle-5: -INFINITY +container_color: scale1-bundle-docker-0 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-0 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-0 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-0 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-0 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-0 allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-1 allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-2 allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-3 allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-4 allocation score on c09-h10-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h05-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h06-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h07-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h08-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h09-r630: 0 +container_color: scale1-bundle-docker-5 allocation score on c09-h10-r630: 0 +native_color: c09-h08-r630 allocation score on c09-h05-r630: 0 +native_color: c09-h08-r630 allocation score on c09-h06-r630: 0 +native_color: c09-h08-r630 allocation score on c09-h07-r630: 0 +native_color: c09-h08-r630 allocation score on c09-h08-r630: -INFINITY +native_color: c09-h08-r630 allocation score on c09-h09-r630: -INFINITY +native_color: c09-h08-r630 allocation score on c09-h10-r630: -INFINITY +native_color: c09-h09-r630 allocation score on c09-h05-r630: 0 +native_color: c09-h09-r630 allocation score on c09-h06-r630: 0 +native_color: c09-h09-r630 allocation score on c09-h07-r630: 0 +native_color: c09-h09-r630 allocation score on c09-h08-r630: -INFINITY +native_color: c09-h09-r630 allocation score on c09-h09-r630: -INFINITY +native_color: c09-h09-r630 allocation score on c09-h10-r630: -INFINITY +native_color: c09-h10-r630 allocation score on c09-h05-r630: 0 +native_color: c09-h10-r630 allocation score on c09-h06-r630: 0 +native_color: c09-h10-r630 allocation score on c09-h07-r630: 0 +native_color: c09-h10-r630 allocation score on c09-h08-r630: -INFINITY +native_color: c09-h10-r630 allocation score on c09-h09-r630: -INFINITY +native_color: c09-h10-r630 allocation score on c09-h10-r630: -INFINITY +native_color: dummy1:0 allocation score on scale1-bundle-0: INFINITY +native_color: dummy1:1 allocation score on scale1-bundle-1: INFINITY +native_color: dummy1:2 allocation score on scale1-bundle-2: INFINITY +native_color: dummy1:3 allocation score on scale1-bundle-3: INFINITY +native_color: dummy1:4 allocation score on scale1-bundle-4: INFINITY +native_color: dummy1:5 allocation score on scale1-bundle-5: INFINITY +native_color: scale1-bundle-0 allocation score on c09-h05-r630: 10000 +native_color: scale1-bundle-0 allocation score on c09-h06-r630: 0 +native_color: scale1-bundle-0 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-0 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-0 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-0 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-1 allocation score on c09-h05-r630: 0 +native_color: scale1-bundle-1 allocation score on c09-h06-r630: 10000 +native_color: scale1-bundle-1 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-1 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-1 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-1 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-2 allocation score on c09-h05-r630: 0 +native_color: scale1-bundle-2 allocation score on c09-h06-r630: 0 +native_color: scale1-bundle-2 allocation score on c09-h07-r630: 10000 +native_color: scale1-bundle-2 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-2 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-2 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-3 allocation score on c09-h05-r630: 0 +native_color: scale1-bundle-3 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-3 allocation score on c09-h07-r630: -INFINITY +native_color: scale1-bundle-3 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-3 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-3 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-4 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-4 allocation score on c09-h06-r630: 0 +native_color: scale1-bundle-4 allocation score on c09-h07-r630: -INFINITY +native_color: scale1-bundle-4 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-4 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-4 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-5 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-5 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-5 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-5 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-5 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-5 allocation score on c09-h10-r630: -INFINITY +native_color: scale1-bundle-docker-0 allocation score on c09-h05-r630: 0 +native_color: scale1-bundle-docker-0 allocation score on c09-h06-r630: 0 +native_color: scale1-bundle-docker-0 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-docker-0 allocation score on c09-h08-r630: -10000 +native_color: scale1-bundle-docker-0 allocation score on c09-h09-r630: -10000 +native_color: scale1-bundle-docker-0 allocation score on c09-h10-r630: -10000 +native_color: scale1-bundle-docker-1 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-docker-1 allocation score on c09-h06-r630: 0 +native_color: scale1-bundle-docker-1 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-docker-1 allocation score on c09-h08-r630: -10000 +native_color: scale1-bundle-docker-1 allocation score on c09-h09-r630: -10000 +native_color: scale1-bundle-docker-1 allocation score on c09-h10-r630: -10000 +native_color: scale1-bundle-docker-2 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-docker-2 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-docker-2 allocation score on c09-h07-r630: 0 +native_color: scale1-bundle-docker-2 allocation score on c09-h08-r630: -10000 +native_color: scale1-bundle-docker-2 allocation score on c09-h09-r630: -10000 +native_color: scale1-bundle-docker-2 allocation score on c09-h10-r630: -10000 +native_color: scale1-bundle-docker-3 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-docker-3 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-docker-3 allocation score on c09-h07-r630: -INFINITY +native_color: scale1-bundle-docker-3 allocation score on c09-h08-r630: 0 +native_color: scale1-bundle-docker-3 allocation score on c09-h09-r630: 0 +native_color: scale1-bundle-docker-3 allocation score on c09-h10-r630: 0 +native_color: scale1-bundle-docker-4 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-docker-4 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-docker-4 allocation score on c09-h07-r630: -INFINITY +native_color: scale1-bundle-docker-4 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-docker-4 allocation score on c09-h09-r630: 0 +native_color: scale1-bundle-docker-4 allocation score on c09-h10-r630: 0 +native_color: scale1-bundle-docker-5 allocation score on c09-h05-r630: -INFINITY +native_color: scale1-bundle-docker-5 allocation score on c09-h06-r630: -INFINITY +native_color: scale1-bundle-docker-5 allocation score on c09-h07-r630: -INFINITY +native_color: scale1-bundle-docker-5 allocation score on c09-h08-r630: -INFINITY +native_color: scale1-bundle-docker-5 allocation score on c09-h09-r630: -INFINITY +native_color: scale1-bundle-docker-5 allocation score on c09-h10-r630: 0 diff --git a/pengine/test10/bundle-probe-remotes.summary b/pengine/test10/bundle-probe-remotes.summary new file mode 100644 index 0000000..cd4f7c1 --- /dev/null +++ b/pengine/test10/bundle-probe-remotes.summary @@ -0,0 +1,166 @@ + +Current cluster status: +Online: [ c09-h05-r630 c09-h06-r630 c09-h07-r630 ] +RemoteOFFLINE: [ c09-h08-r630 c09-h09-r630 c09-h10-r630 ] + + c09-h08-r630 (ocf::pacemaker:remote): Stopped + c09-h09-r630 (ocf::pacemaker:remote): Stopped + c09-h10-r630 (ocf::pacemaker:remote): Stopped + Docker container set: scale1-bundle [beekhof:remote] + scale1-bundle-0 (ocf::pacemaker:Dummy): Stopped + scale1-bundle-1 (ocf::pacemaker:Dummy): Stopped + scale1-bundle-2 (ocf::pacemaker:Dummy): Stopped + scale1-bundle-3 (ocf::pacemaker:Dummy): Stopped + scale1-bundle-4 (ocf::pacemaker:Dummy): Stopped + scale1-bundle-5 (ocf::pacemaker:Dummy): Stopped + +Transition Summary: + * Start c09-h08-r630 ( c09-h05-r630 ) + * Start c09-h09-r630 ( c09-h06-r630 ) + * Start c09-h10-r630 ( c09-h07-r630 ) + * Start scale1-bundle-docker-0 ( c09-h05-r630 ) + * Start scale1-bundle-0 ( c09-h05-r630 ) + * Start dummy1:0 ( scale1-bundle-0 ) + * Start scale1-bundle-docker-1 ( c09-h06-r630 ) + * Start scale1-bundle-1 ( c09-h06-r630 ) + * Start dummy1:1 ( scale1-bundle-1 ) + * Start scale1-bundle-docker-2 ( c09-h07-r630 ) + * Start scale1-bundle-2 ( c09-h07-r630 ) + * Start dummy1:2 ( scale1-bundle-2 ) + * Start scale1-bundle-docker-3 ( c09-h08-r630 ) + * Start scale1-bundle-3 ( c09-h05-r630 ) + * Start dummy1:3 ( scale1-bundle-3 ) + * Start scale1-bundle-docker-4 ( c09-h09-r630 ) + * Start scale1-bundle-4 ( c09-h06-r630 ) + * Start dummy1:4 ( scale1-bundle-4 ) + * Start scale1-bundle-docker-5 ( c09-h10-r630 ) + * Start scale1-bundle-5 ( c09-h07-r630 ) + * Start dummy1:5 ( scale1-bundle-5 ) + +Executing cluster transition: + * Resource action: c09-h08-r630 monitor on c09-h07-r630 + * Resource action: c09-h08-r630 monitor on c09-h06-r630 + * Resource action: c09-h08-r630 monitor on c09-h05-r630 + * Resource action: c09-h09-r630 monitor on c09-h07-r630 + * Resource action: c09-h09-r630 monitor on c09-h06-r630 + * Resource action: c09-h09-r630 monitor on c09-h05-r630 + * Resource action: c09-h10-r630 monitor on c09-h07-r630 + * Resource action: c09-h10-r630 monitor on c09-h06-r630 + * Resource action: c09-h10-r630 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h07-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h06-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h05-r630 + * Pseudo action: scale1-bundle_start_0 + * Resource action: c09-h08-r630 start on c09-h05-r630 + * Resource action: c09-h09-r630 start on c09-h06-r630 + * Resource action: c09-h10-r630 start on c09-h07-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-0 monitor on c09-h08-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-1 monitor on c09-h08-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-2 monitor on c09-h08-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-3 monitor on c09-h08-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-4 monitor on c09-h08-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h10-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h09-r630 + * Resource action: scale1-bundle-docker-5 monitor on c09-h08-r630 + * Resource action: c09-h08-r630 monitor=60000 on c09-h05-r630 + * Resource action: c09-h09-r630 monitor=60000 on c09-h06-r630 + * Resource action: c09-h10-r630 monitor=60000 on c09-h07-r630 + * Pseudo action: scale1-bundle-clone_start_0 + * Resource action: scale1-bundle-docker-0 start on c09-h05-r630 + * Resource action: scale1-bundle-0 monitor on c09-h07-r630 + * Resource action: scale1-bundle-0 monitor on c09-h06-r630 + * Resource action: scale1-bundle-0 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-1 start on c09-h06-r630 + * Resource action: scale1-bundle-1 monitor on c09-h07-r630 + * Resource action: scale1-bundle-1 monitor on c09-h06-r630 + * Resource action: scale1-bundle-1 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-2 start on c09-h07-r630 + * Resource action: scale1-bundle-2 monitor on c09-h07-r630 + * Resource action: scale1-bundle-2 monitor on c09-h06-r630 + * Resource action: scale1-bundle-2 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-3 start on c09-h08-r630 + * Resource action: scale1-bundle-3 monitor on c09-h07-r630 + * Resource action: scale1-bundle-3 monitor on c09-h06-r630 + * Resource action: scale1-bundle-3 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-4 start on c09-h09-r630 + * Resource action: scale1-bundle-4 monitor on c09-h07-r630 + * Resource action: scale1-bundle-4 monitor on c09-h06-r630 + * Resource action: scale1-bundle-4 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-5 start on c09-h10-r630 + * Resource action: scale1-bundle-5 monitor on c09-h07-r630 + * Resource action: scale1-bundle-5 monitor on c09-h06-r630 + * Resource action: scale1-bundle-5 monitor on c09-h05-r630 + * Resource action: scale1-bundle-docker-0 monitor=60000 on c09-h05-r630 + * Resource action: scale1-bundle-0 start on c09-h05-r630 + * Resource action: scale1-bundle-docker-1 monitor=60000 on c09-h06-r630 + * Resource action: scale1-bundle-1 start on c09-h06-r630 + * Resource action: scale1-bundle-docker-2 monitor=60000 on c09-h07-r630 + * Resource action: scale1-bundle-2 start on c09-h07-r630 + * Resource action: scale1-bundle-docker-3 monitor=60000 on c09-h08-r630 + * Resource action: scale1-bundle-3 start on c09-h05-r630 + * Resource action: scale1-bundle-docker-4 monitor=60000 on c09-h09-r630 + * Resource action: scale1-bundle-4 start on c09-h06-r630 + * Resource action: scale1-bundle-docker-5 monitor=60000 on c09-h10-r630 + * Resource action: scale1-bundle-5 start on c09-h07-r630 + * Resource action: dummy1:0 start on scale1-bundle-0 + * Resource action: dummy1:1 start on scale1-bundle-1 + * Resource action: dummy1:2 start on scale1-bundle-2 + * Resource action: dummy1:3 start on scale1-bundle-3 + * Resource action: dummy1:4 start on scale1-bundle-4 + * Resource action: dummy1:5 start on scale1-bundle-5 + * Pseudo action: scale1-bundle-clone_running_0 + * Resource action: scale1-bundle-0 monitor=60000 on c09-h05-r630 + * Resource action: scale1-bundle-1 monitor=60000 on c09-h06-r630 + * Resource action: scale1-bundle-2 monitor=60000 on c09-h07-r630 + * Resource action: scale1-bundle-3 monitor=60000 on c09-h05-r630 + * Resource action: scale1-bundle-4 monitor=60000 on c09-h06-r630 + * Resource action: scale1-bundle-5 monitor=60000 on c09-h07-r630 + * Pseudo action: scale1-bundle_running_0 + * Resource action: dummy1:0 monitor=10000 on scale1-bundle-0 + * Resource action: dummy1:1 monitor=10000 on scale1-bundle-1 + * Resource action: dummy1:2 monitor=10000 on scale1-bundle-2 + * Resource action: dummy1:3 monitor=10000 on scale1-bundle-3 + * Resource action: dummy1:4 monitor=10000 on scale1-bundle-4 + * Resource action: dummy1:5 monitor=10000 on scale1-bundle-5 + +Revised cluster status: +Online: [ c09-h05-r630 c09-h06-r630 c09-h07-r630 ] +RemoteOnline: [ c09-h08-r630 c09-h09-r630 c09-h10-r630 ] +Containers: [ scale1-bundle-0:scale1-bundle-docker-0 scale1-bundle-1:scale1-bundle-docker-1 scale1-bundle-2:scale1-bundle-docker-2 scale1-bundle-3:scale1-bundle-docker-3 scale1-bundle-4:scale1-bundle-docker-4 scale1-bundle-5:scale1-bundle-docker-5 ] + + c09-h08-r630 (ocf::pacemaker:remote): Started c09-h05-r630 + c09-h09-r630 (ocf::pacemaker:remote): Started c09-h06-r630 + c09-h10-r630 (ocf::pacemaker:remote): Started c09-h07-r630 + Docker container set: scale1-bundle [beekhof:remote] + scale1-bundle-0 (ocf::pacemaker:Dummy): Started c09-h05-r630 + scale1-bundle-1 (ocf::pacemaker:Dummy): Started c09-h06-r630 + scale1-bundle-2 (ocf::pacemaker:Dummy): Started c09-h07-r630 + scale1-bundle-3 (ocf::pacemaker:Dummy): Started c09-h08-r630 + scale1-bundle-4 (ocf::pacemaker:Dummy): Started c09-h09-r630 + scale1-bundle-5 (ocf::pacemaker:Dummy): Started c09-h10-r630 + diff --git a/pengine/test10/bundle-probe-remotes.xml b/pengine/test10/bundle-probe-remotes.xml new file mode 100644 index 0000000..6e24589 --- /dev/null +++ b/pengine/test10/bundle-probe-remotes.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.8.3.1