diff options
Diffstat (limited to 'cts/scheduler/summary/ticket-promoted-2.summary')
-rw-r--r-- | cts/scheduler/summary/ticket-promoted-2.summary | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cts/scheduler/summary/ticket-promoted-2.summary b/cts/scheduler/summary/ticket-promoted-2.summary new file mode 100644 index 0000000..dc67f96 --- /dev/null +++ b/cts/scheduler/summary/ticket-promoted-2.summary @@ -0,0 +1,31 @@ +Current cluster status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * rsc_stonith (stonith:null): Started node1 + * Clone Set: ms1 [rsc1] (promotable): + * Stopped: [ node1 node2 ] + +Transition Summary: + * Start rsc1:0 ( node2 ) + * Promote rsc1:1 ( Stopped -> Promoted node1 ) + +Executing Cluster Transition: + * Pseudo action: ms1_start_0 + * Resource action: rsc1:0 start on node2 + * Resource action: rsc1:1 start on node1 + * Pseudo action: ms1_running_0 + * Pseudo action: ms1_promote_0 + * Resource action: rsc1:1 promote on node1 + * Pseudo action: ms1_promoted_0 + +Revised Cluster Status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * rsc_stonith (stonith:null): Started node1 + * Clone Set: ms1 [rsc1] (promotable): + * Promoted: [ node1 ] + * Unpromoted: [ node2 ] |