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/bug-lf-2361.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/bug-lf-2361.summary')
-rw-r--r-- | cts/scheduler/summary/bug-lf-2361.summary | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cts/scheduler/summary/bug-lf-2361.summary b/cts/scheduler/summary/bug-lf-2361.summary new file mode 100644 index 0000000..4ea272d --- /dev/null +++ b/cts/scheduler/summary/bug-lf-2361.summary @@ -0,0 +1,44 @@ +Current cluster status: + * Node List: + * Online: [ alice.demo bob.demo ] + + * Full List of Resources: + * dummy1 (ocf:heartbeat:Dummy): Stopped + * Clone Set: ms_stateful [stateful] (promotable): + * Stopped: [ alice.demo bob.demo ] + * Clone Set: cl_dummy2 [dummy2]: + * Stopped: [ alice.demo bob.demo ] + +Transition Summary: + * Start stateful:0 ( alice.demo ) + * Start stateful:1 ( bob.demo ) + * Start dummy2:0 ( alice.demo ) due to unrunnable dummy1 start (blocked) + * Start dummy2:1 ( bob.demo ) due to unrunnable dummy1 start (blocked) + +Executing Cluster Transition: + * Pseudo action: ms_stateful_pre_notify_start_0 + * Resource action: service2:0 delete on bob.demo + * Resource action: service2:0 delete on alice.demo + * Resource action: service2:1 delete on bob.demo + * Resource action: service1 delete on bob.demo + * Resource action: service1 delete on alice.demo + * Pseudo action: ms_stateful_confirmed-pre_notify_start_0 + * Pseudo action: ms_stateful_start_0 + * Resource action: stateful:0 start on alice.demo + * Resource action: stateful:1 start on bob.demo + * Pseudo action: ms_stateful_running_0 + * Pseudo action: ms_stateful_post_notify_running_0 + * Resource action: stateful:0 notify on alice.demo + * Resource action: stateful:1 notify on bob.demo + * Pseudo action: ms_stateful_confirmed-post_notify_running_0 + +Revised Cluster Status: + * Node List: + * Online: [ alice.demo bob.demo ] + + * Full List of Resources: + * dummy1 (ocf:heartbeat:Dummy): Stopped + * Clone Set: ms_stateful [stateful] (promotable): + * Unpromoted: [ alice.demo bob.demo ] + * Clone Set: cl_dummy2 [dummy2]: + * Stopped: [ alice.demo bob.demo ] |