diff options
Diffstat (limited to 'cts/scheduler/summary/a-promote-then-b-migrate.summary')
-rw-r--r-- | cts/scheduler/summary/a-promote-then-b-migrate.summary | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/cts/scheduler/summary/a-promote-then-b-migrate.summary b/cts/scheduler/summary/a-promote-then-b-migrate.summary new file mode 100644 index 0000000..6489a4f --- /dev/null +++ b/cts/scheduler/summary/a-promote-then-b-migrate.summary @@ -0,0 +1,42 @@ +Current cluster status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * Clone Set: ms1 [rsc1] (promotable): + * Promoted: [ node1 ] + * Unpromoted: [ node2 ] + * rsc2 (ocf:pacemaker:Dummy): Started node1 + +Transition Summary: + * Promote rsc1:1 ( Unpromoted -> Promoted node2 ) + * Migrate rsc2 ( node1 -> node2 ) + +Executing Cluster Transition: + * Resource action: rsc1:1 cancel=10000 on node2 + * Pseudo action: ms1_pre_notify_promote_0 + * Resource action: rsc1:0 notify on node1 + * Resource action: rsc1:1 notify on node2 + * Pseudo action: ms1_confirmed-pre_notify_promote_0 + * Pseudo action: ms1_promote_0 + * Resource action: rsc1:1 promote on node2 + * Pseudo action: ms1_promoted_0 + * Pseudo action: ms1_post_notify_promoted_0 + * Resource action: rsc1:0 notify on node1 + * Resource action: rsc1:1 notify on node2 + * Pseudo action: ms1_confirmed-post_notify_promoted_0 + * Resource action: rsc2 migrate_to on node1 + * Resource action: rsc1:1 monitor=5000 on node2 + * Resource action: rsc2 migrate_from on node2 + * Resource action: rsc2 stop on node1 + * Pseudo action: rsc2_start_0 + * Resource action: rsc2 monitor=5000 on node2 + +Revised Cluster Status: + * Node List: + * Online: [ node1 node2 ] + + * Full List of Resources: + * Clone Set: ms1 [rsc1] (promotable): + * Promoted: [ node1 node2 ] + * rsc2 (ocf:pacemaker:Dummy): Started node2 |