diff options
Diffstat (limited to 'cts/scheduler/xml/order7.xml')
-rw-r--r-- | cts/scheduler/xml/order7.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/cts/scheduler/xml/order7.xml b/cts/scheduler/xml/order7.xml new file mode 100644 index 0000000..96ad9a5 --- /dev/null +++ b/cts/scheduler/xml/order7.xml @@ -0,0 +1,41 @@ +<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="0" have-quorum="false" remote-tls-port="0" validate-with="pacemaker-3.0" cib-last-written="Fri Jul 13 13:51:11 2012"> + <configuration> + <crm_config> + <cluster_property_set id="cib-bootstrap-options"> + <nvpair id="nvpair.id21832" name="no-quorum-policy" value="ignore"/> + <nvpair name="stonith-enabled" id="nvpair.id21841" value="false"/> + </cluster_property_set> + </crm_config> + <nodes> + <node id="uuid1" uname="node1" type="member"/> + </nodes> + <resources> + <primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="rsc2" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="rsc3" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="rscA" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="rscB" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="rscC" class="ocf" provider="heartbeat" type="apache"/> + </resources> + <constraints> + <rsc_order id="order1" first="rsc1" then="rsc2" then-action="start" first-action="start" kind="Optional"/> + <rsc_order id="order2" first="rsc1" then="rsc3" then-action="start" first-action="start"/> + <rsc_order id="order3" first="rscA" then="rscB" then-action="start" first-action="start" kind="Optional"/> + <rsc_order id="order4" first="rscA" then="rscC" then-action="start" first-action="start"/> + </constraints> + </configuration> + <status> + <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"> + <lrm id="any"> + <lrm_resources id="lrm_resources.id22013"> + <lrm_resource id="rsc1" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rsc1_start_0" operation="start" interval="0" op-status="0" rc-code="0" call-id="1" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8" crm_feature_set="1.0.6" transition-key="0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" transition-magic="0:0;0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/> + </lrm_resource> + <lrm_resource id="rscA" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rscA_stop_0" operation="stop" interval="0" op-status="4" rc-code="1" call-id="1" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8" crm_feature_set="1.0.6" transition-key="0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" transition-magic="0:0;0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/> + </lrm_resource> + </lrm_resources> + </lrm> + </node_state> + </status> +</cib> |