diff options
Diffstat (limited to 'cts/scheduler/summary/whitebox-move.summary')
-rw-r--r-- | cts/scheduler/summary/whitebox-move.summary | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/cts/scheduler/summary/whitebox-move.summary b/cts/scheduler/summary/whitebox-move.summary new file mode 100644 index 0000000..88846e2 --- /dev/null +++ b/cts/scheduler/summary/whitebox-move.summary @@ -0,0 +1,49 @@ +Current cluster status: + * Node List: + * Online: [ 18node1 18node2 18node3 ] + * GuestOnline: [ lxc1 lxc2 ] + + * Full List of Resources: + * container1 (ocf:heartbeat:VirtualDomain): Started 18node1 + * container2 (ocf:heartbeat:VirtualDomain): Started 18node2 + * shoot1 (stonith:fence_xvm): Started 18node3 + * Clone Set: M-clone [M]: + * Started: [ 18node1 18node2 18node3 lxc1 lxc2 ] + * A (ocf:pacemaker:Dummy): Started lxc1 + +Transition Summary: + * Move container1 ( 18node1 -> 18node2 ) + * Restart M:3 ( lxc1 ) due to required container1 start + * Restart A ( lxc1 ) due to required container1 start + * Move lxc1 ( 18node1 -> 18node2 ) + +Executing Cluster Transition: + * Pseudo action: M-clone_stop_0 + * Resource action: A stop on lxc1 + * Resource action: A monitor on lxc2 + * Resource action: M stop on lxc1 + * Pseudo action: M-clone_stopped_0 + * Pseudo action: M-clone_start_0 + * Resource action: lxc1 stop on 18node1 + * Resource action: container1 stop on 18node1 + * Resource action: container1 start on 18node2 + * Resource action: lxc1 start on 18node2 + * Resource action: M start on lxc1 + * Resource action: M monitor=10000 on lxc1 + * Pseudo action: M-clone_running_0 + * Resource action: A start on lxc1 + * Resource action: A monitor=10000 on lxc1 + * Resource action: lxc1 monitor=30000 on 18node2 + +Revised Cluster Status: + * Node List: + * Online: [ 18node1 18node2 18node3 ] + * GuestOnline: [ lxc1 lxc2 ] + + * Full List of Resources: + * container1 (ocf:heartbeat:VirtualDomain): Started 18node2 + * container2 (ocf:heartbeat:VirtualDomain): Started 18node2 + * shoot1 (stonith:fence_xvm): Started 18node3 + * Clone Set: M-clone [M]: + * Started: [ 18node1 18node2 18node3 lxc1 lxc2 ] + * A (ocf:pacemaker:Dummy): Started lxc1 |