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