diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:53:20 +0000 |
commit | e5a812082ae033afb1eed82c0f2df3d0f6bdc93f (patch) | |
tree | a6716c9275b4b413f6c9194798b34b91affb3cc7 /cts/scheduler/summary/rsc-sets-promoted.summary | |
parent | Initial commit. (diff) | |
download | pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.tar.xz pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.zip |
Adding upstream version 2.1.6.upstream/2.1.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cts/scheduler/summary/rsc-sets-promoted.summary')
-rw-r--r-- | cts/scheduler/summary/rsc-sets-promoted.summary | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/cts/scheduler/summary/rsc-sets-promoted.summary b/cts/scheduler/summary/rsc-sets-promoted.summary new file mode 100644 index 0000000..af78ecb --- /dev/null +++ b/cts/scheduler/summary/rsc-sets-promoted.summary @@ -0,0 +1,49 @@ +Current cluster status: + * Node List: + * Node node1: standby (with active resources) + * Online: [ node2 ] + + * Full List of Resources: + * Clone Set: ms-rsc [rsc] (promotable): + * Promoted: [ node1 ] + * Unpromoted: [ node2 ] + * rsc1 (ocf:pacemaker:Dummy): Started node1 + * rsc2 (ocf:pacemaker:Dummy): Started node1 + * rsc3 (ocf:pacemaker:Dummy): Started node1 + +Transition Summary: + * Stop rsc:0 ( Promoted node1 ) due to node availability + * Promote rsc:1 ( Unpromoted -> Promoted node2 ) + * Move rsc1 ( node1 -> node2 ) + * Move rsc2 ( node1 -> node2 ) + * Move rsc3 ( node1 -> node2 ) + +Executing Cluster Transition: + * Resource action: rsc1 stop on node1 + * Resource action: rsc2 stop on node1 + * Resource action: rsc3 stop on node1 + * Pseudo action: ms-rsc_demote_0 + * Resource action: rsc:0 demote on node1 + * Pseudo action: ms-rsc_demoted_0 + * Pseudo action: ms-rsc_stop_0 + * Resource action: rsc:0 stop on node1 + * Pseudo action: ms-rsc_stopped_0 + * Pseudo action: ms-rsc_promote_0 + * Resource action: rsc:1 promote on node2 + * Pseudo action: ms-rsc_promoted_0 + * Resource action: rsc1 start on node2 + * Resource action: rsc2 start on node2 + * Resource action: rsc3 start on node2 + +Revised Cluster Status: + * Node List: + * Node node1: standby + * Online: [ node2 ] + + * Full List of Resources: + * Clone Set: ms-rsc [rsc] (promotable): + * Promoted: [ node2 ] + * Stopped: [ node1 ] + * rsc1 (ocf:pacemaker:Dummy): Started node2 + * rsc2 (ocf:pacemaker:Dummy): Started node2 + * rsc3 (ocf:pacemaker:Dummy): Started node2 |