diff options
Diffstat (limited to 'cts/scheduler/exp/bug-cl-5219.exp')
-rw-r--r-- | cts/scheduler/exp/bug-cl-5219.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/exp/bug-cl-5219.exp b/cts/scheduler/exp/bug-cl-5219.exp new file mode 100644 index 0000000..1545cd9 --- /dev/null +++ b/cts/scheduler/exp/bug-cl-5219.exp @@ -0,0 +1,11 @@ +<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" transition_id="0"> + <synapse id="0"> + <action_set> + <rsc_op id="1" operation="stop" operation_key="child1-service_stop_0" on_node="ha2.test.anchor.net.au" on_node_uuid="3232235522"> + <primitive id="child1-service" class="ocf" provider="pacemaker" type="Dummy"/> + <attributes CRM_meta_on_node="ha2.test.anchor.net.au" CRM_meta_on_node_uuid="3232235522" CRM_meta_timeout="20000" /> + </rsc_op> + </action_set> + <inputs/> + </synapse> +</transition_graph> |