diff options
Diffstat (limited to 'cts/scheduler/exp/order-clone.exp')
-rw-r--r-- | cts/scheduler/exp/order-clone.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/exp/order-clone.exp b/cts/scheduler/exp/order-clone.exp new file mode 100644 index 0000000..7168e8e --- /dev/null +++ b/cts/scheduler/exp/order-clone.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="start" operation_key="fencing-sbd_start_0" on_node="hex-0" on_node_uuid="hex-0"> + <primitive id="fencing-sbd" class="stonith" type="external/sbd"/> + <attributes CRM_meta_on_node="hex-0" CRM_meta_on_node_uuid="hex-0" CRM_meta_timeout="600000" sbd_device="/dev/disk/by-id/dm-uuid-part1-mpath-3600508b400105b5a0001500000250000"/> + </rsc_op> + </action_set> + <inputs/> + </synapse> +</transition_graph> |