diff options
Diffstat (limited to 'cts/scheduler/summary/group-fail.summary')
-rw-r--r-- | cts/scheduler/summary/group-fail.summary | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/cts/scheduler/summary/group-fail.summary b/cts/scheduler/summary/group-fail.summary new file mode 100644 index 0000000..ab29ea9 --- /dev/null +++ b/cts/scheduler/summary/group-fail.summary @@ -0,0 +1,39 @@ +Current cluster status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * Resource Group: group1: + * rsc1 (ocf:heartbeat:apache): Stopped + * rsc2 (ocf:heartbeat:apache): Started node1 + * rsc3 (ocf:heartbeat:apache): Stopped + * rsc4 (ocf:heartbeat:apache): Started node1 + +Transition Summary: + * Start rsc1 ( node1 ) + * Restart rsc2 ( node1 ) due to required rsc1 start + * Start rsc3 ( node1 ) + * Restart rsc4 ( node1 ) due to required rsc3 start + +Executing Cluster Transition: + * Pseudo action: group1_stop_0 + * Resource action: rsc4 stop on node1 + * Resource action: rsc2 stop on node1 + * Pseudo action: group1_stopped_0 + * Pseudo action: group1_start_0 + * Resource action: rsc1 start on node1 + * Resource action: rsc2 start on node1 + * Resource action: rsc3 start on node1 + * Resource action: rsc4 start on node1 + * Pseudo action: group1_running_0 + +Revised Cluster Status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * Resource Group: group1: + * rsc1 (ocf:heartbeat:apache): Started node1 + * rsc2 (ocf:heartbeat:apache): Started node1 + * rsc3 (ocf:heartbeat:apache): Started node1 + * rsc4 (ocf:heartbeat:apache): Started node1 |