diff options
Diffstat (limited to 'cts/scheduler/xml/group4.xml')
-rw-r--r-- | cts/scheduler/xml/group4.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/cts/scheduler/xml/group4.xml b/cts/scheduler/xml/group4.xml new file mode 100644 index 0000000..04411b9 --- /dev/null +++ b/cts/scheduler/xml/group4.xml @@ -0,0 +1,69 @@ +<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:05 2012"> + <configuration> + <crm_config> + <cluster_property_set id="no-stonith"> + <nvpair id="opt-no-stonith" name="stonith-enabled" value="false"/> + </cluster_property_set> + <cluster_property_set id="cib-bootstrap-options"> + <nvpair id="nvpair.id21841" name="no-quorum-policy" value="ignore"/> + </cluster_property_set> + </crm_config> + <nodes> + <node id="uuid1" uname="node1" type="member"/> + <node id="uuid2" uname="node2" type="member"/> + </nodes> + <resources> + <primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"/> + <group id="rsc2"> + <primitive id="child_rsc1" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="child_rsc2" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="child_rsc3" class="ocf" provider="heartbeat" type="apache"/> + <meta_attributes id="group-rsc2.meta"/> + </group> + <primitive id="rsc3" 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="rsc2" then="rsc3" kind="Optional"/> + <rsc_location id="run_rsc1" rsc="rsc1"> + <rule id="can1-1" score="1"> + <expression id="expression.id21963" attribute="#uname" operation="eq" value="node2"/> + </rule> + </rsc_location> + <rsc_location id="run_rsc2" rsc="rsc2"> + <rule id="can2-1" score="1"> + <expression id="expression.id21988" attribute="#uname" operation="eq" value="node2"/> + </rule> + </rsc_location> + <rsc_location id="run_rsc3" rsc="rsc3"> + <rule id="can3-1" score="1"> + <expression id="expression.id22013" attribute="#uname" operation="eq" value="node2"/> + </rule> + </rsc_location> + </constraints> + </configuration> + <status> + <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/> + <node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"> + <lrm id="any"> + <lrm_resources id="lrm_resources.id22070"> + <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="child_rsc1" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rsc2-child_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="child_rsc2" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rsc2-child_rsc2_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="child_rsc3" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rsc2-child_rsc3_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="rsc3" class="ocf" provider="heartbeat" type="apache"> + <lrm_rsc_op id="rsc3_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_resources> + </lrm> + </node_state> + </status> +</cib> |