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/migrate-stop-complex.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/migrate-stop-complex.summary')
-rw-r--r-- | cts/scheduler/summary/migrate-stop-complex.summary | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/cts/scheduler/summary/migrate-stop-complex.summary b/cts/scheduler/summary/migrate-stop-complex.summary new file mode 100644 index 0000000..7cc68b0 --- /dev/null +++ b/cts/scheduler/summary/migrate-stop-complex.summary @@ -0,0 +1,49 @@ +Current cluster status: + * Node List: + * Node dom0-02: standby (with active resources) + * Online: [ dom0-01 ] + + * Full List of Resources: + * top (ocf:heartbeat:Dummy): Started dom0-02 + * domU-test01 (ocf:heartbeat:Xen): Started dom0-02 + * Clone Set: clone-dom0-iscsi1 [dom0-iscsi1]: + * Started: [ dom0-01 dom0-02 ] + * Clone Set: clone-bottom [bottom]: + * Started: [ dom0-01 dom0-02 ] + +Transition Summary: + * Move top ( dom0-02 -> dom0-01 ) + * Migrate domU-test01 ( dom0-02 -> dom0-01 ) + * Stop dom0-iscsi1-cnx1:1 ( dom0-02 ) due to node availability + * Stop bottom:1 ( dom0-02 ) due to node availability + +Executing Cluster Transition: + * Resource action: top stop on dom0-02 + * Resource action: domU-test01 migrate_to on dom0-02 + * Pseudo action: clone-dom0-iscsi1_stop_0 + * Pseudo action: clone-bottom_stop_0 + * Resource action: domU-test01 migrate_from on dom0-01 + * Resource action: domU-test01 stop on dom0-02 + * Pseudo action: dom0-iscsi1:1_stop_0 + * Resource action: dom0-iscsi1-cnx1:0 stop on dom0-02 + * Resource action: bottom:0 stop on dom0-02 + * Pseudo action: clone-bottom_stopped_0 + * Pseudo action: domU-test01_start_0 + * Pseudo action: dom0-iscsi1:1_stopped_0 + * Pseudo action: clone-dom0-iscsi1_stopped_0 + * Resource action: top start on dom0-01 + +Revised Cluster Status: + * Node List: + * Node dom0-02: standby + * Online: [ dom0-01 ] + + * Full List of Resources: + * top (ocf:heartbeat:Dummy): Started dom0-01 + * domU-test01 (ocf:heartbeat:Xen): Started dom0-01 + * Clone Set: clone-dom0-iscsi1 [dom0-iscsi1]: + * Started: [ dom0-01 ] + * Stopped: [ dom0-02 ] + * Clone Set: clone-bottom [bottom]: + * Started: [ dom0-01 ] + * Stopped: [ dom0-02 ] |