diff options
Diffstat (limited to 'cts/scheduler/summary/minimal.summary')
-rw-r--r-- | cts/scheduler/summary/minimal.summary | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/cts/scheduler/summary/minimal.summary b/cts/scheduler/summary/minimal.summary new file mode 100644 index 0000000..3886b9e --- /dev/null +++ b/cts/scheduler/summary/minimal.summary @@ -0,0 +1,29 @@ +Current cluster status: + * Node List: + * Online: [ host1 host2 ] + + * Full List of Resources: + * rsc1 (ocf:pacemaker:Dummy): Stopped + * rsc2 (ocf:pacemaker:Dummy): Stopped + +Transition Summary: + * Start rsc1 ( host1 ) + * Start rsc2 ( host1 ) + +Executing Cluster Transition: + * Resource action: rsc1 monitor on host2 + * Resource action: rsc1 monitor on host1 + * Resource action: rsc2 monitor on host2 + * Resource action: rsc2 monitor on host1 + * Pseudo action: load_stopped_host2 + * Pseudo action: load_stopped_host1 + * Resource action: rsc1 start on host1 + * Resource action: rsc2 start on host1 + +Revised Cluster Status: + * Node List: + * Online: [ host1 host2 ] + + * Full List of Resources: + * rsc1 (ocf:pacemaker:Dummy): Started host1 + * rsc2 (ocf:pacemaker:Dummy): Started host1 |