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/shutdown-lock-expiration.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/shutdown-lock-expiration.summary')
-rw-r--r-- | cts/scheduler/summary/shutdown-lock-expiration.summary | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/cts/scheduler/summary/shutdown-lock-expiration.summary b/cts/scheduler/summary/shutdown-lock-expiration.summary new file mode 100644 index 0000000..aa6f2e8 --- /dev/null +++ b/cts/scheduler/summary/shutdown-lock-expiration.summary @@ -0,0 +1,33 @@ +Using the original execution date of: 2020-01-06 22:11:40Z +Current cluster status: + * Node List: + * Online: [ node3 node4 node5 ] + * OFFLINE: [ node1 node2 ] + + * Full List of Resources: + * Fencing (stonith:fence_xvm): Started node3 + * rsc1 (ocf:pacemaker:Dummy): Stopped node1 (LOCKED) + * rsc2 (ocf:pacemaker:Dummy): Stopped + +Transition Summary: + * Restart Fencing ( node3 ) due to resource definition change + * Start rsc2 ( node4 ) + +Executing Cluster Transition: + * Resource action: Fencing stop on node3 + * Resource action: Fencing start on node3 + * Resource action: Fencing monitor=120000 on node3 + * Resource action: rsc2 start on node4 + * Cluster action: lrm_delete for rsc2 on node2 + * Resource action: rsc2 monitor=10000 on node4 +Using the original execution date of: 2020-01-06 22:11:40Z + +Revised Cluster Status: + * Node List: + * Online: [ node3 node4 node5 ] + * OFFLINE: [ node1 node2 ] + + * Full List of Resources: + * Fencing (stonith:fence_xvm): Started node3 + * rsc1 (ocf:pacemaker:Dummy): Stopped node1 (LOCKED) + * rsc2 (ocf:pacemaker:Dummy): Started node4 |