diff options
Diffstat (limited to 'cts/scheduler/exp/bug-5028-bottom.exp')
-rw-r--r-- | cts/scheduler/exp/bug-5028-bottom.exp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cts/scheduler/exp/bug-5028-bottom.exp b/cts/scheduler/exp/bug-5028-bottom.exp new file mode 100644 index 0000000..f3d8b1d --- /dev/null +++ b/cts/scheduler/exp/bug-5028-bottom.exp @@ -0,0 +1,23 @@ +<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" transition_id="0"> + <synapse id="0"> + <action_set> + <pseudo_event id="6" operation="stop" operation_key="dummy-g_stop_0"> + <attributes CRM_meta_timeout="20000" /> + </pseudo_event> + </action_set> + <inputs/> + </synapse> + <synapse id="1"> + <action_set> + <rsc_op id="3" operation="stop" operation_key="dummy02_stop_0" on_node="bl460g6a" on_node_uuid="11111111-1111-1111-1111-111111111111"> + <primitive id="dummy02" class="ocf" provider="heartbeat" type="Dummy-stop-NG"/> + <attributes CRM_meta_name="stop" CRM_meta_on_fail="block" CRM_meta_on_node="bl460g6a" CRM_meta_on_node_uuid="11111111-1111-1111-1111-111111111111" CRM_meta_timeout="60000" /> + </rsc_op> + </action_set> + <inputs> + <trigger> + <pseudo_event id="6" operation="stop" operation_key="dummy-g_stop_0"/> + </trigger> + </inputs> + </synapse> +</transition_graph> |