diff options
Diffstat (limited to 'cts/scheduler/summary/5-am-then-bm-a-not-migratable.summary')
-rw-r--r-- | cts/scheduler/summary/5-am-then-bm-a-not-migratable.summary | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/cts/scheduler/summary/5-am-then-bm-a-not-migratable.summary b/cts/scheduler/summary/5-am-then-bm-a-not-migratable.summary new file mode 100644 index 0000000..2c88bc3 --- /dev/null +++ b/cts/scheduler/summary/5-am-then-bm-a-not-migratable.summary @@ -0,0 +1,27 @@ +Current cluster status: + * Node List: + * Online: [ 18node1 18node2 18node3 ] + + * Full List of Resources: + * A (ocf:heartbeat:Dummy): Started 18node1 + * B (ocf:heartbeat:Dummy): Started 18node2 + +Transition Summary: + * Move A ( 18node1 -> 18node2 ) + * Move B ( 18node2 -> 18node1 ) due to unrunnable A stop + +Executing Cluster Transition: + * Resource action: B stop on 18node2 + * Resource action: A stop on 18node1 + * Resource action: A start on 18node2 + * Resource action: B start on 18node1 + * Resource action: A monitor=60000 on 18node2 + * Resource action: B monitor=60000 on 18node1 + +Revised Cluster Status: + * Node List: + * Online: [ 18node1 18node2 18node3 ] + + * Full List of Resources: + * A (ocf:heartbeat:Dummy): Started 18node2 + * B (ocf:heartbeat:Dummy): Started 18node1 |