diff options
Diffstat (limited to 'cts/scheduler/exp/bug-lf-2474.exp')
-rw-r--r-- | cts/scheduler/exp/bug-lf-2474.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cts/scheduler/exp/bug-lf-2474.exp b/cts/scheduler/exp/bug-lf-2474.exp new file mode 100644 index 0000000..ef56fba --- /dev/null +++ b/cts/scheduler/exp/bug-lf-2474.exp @@ -0,0 +1,20 @@ +<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="start" operation_key="dummy-10s-timeout_start_0" on_node="hex-14" on_node_uuid="hex-14"> + <primitive id="dummy-10s-timeout" class="ocf" provider="pacemaker" type="Dummy"/> + <attributes CRM_meta_name="start" CRM_meta_on_node="hex-14" CRM_meta_on_node_uuid="hex-14" CRM_meta_timeout="10000" /> + </rsc_op> + </action_set> + <inputs/> + </synapse> + <synapse id="1"> + <action_set> + <rsc_op id="2" operation="start" operation_key="dummy-default-timeout_start_0" on_node="hex-14" on_node_uuid="hex-14"> + <primitive id="dummy-default-timeout" class="ocf" provider="pacemaker" type="Dummy"/> + <attributes CRM_meta_on_node="hex-14" CRM_meta_on_node_uuid="hex-14" CRM_meta_timeout="15000" /> + </rsc_op> + </action_set> + <inputs/> + </synapse> +</transition_graph> |