diff options
Diffstat (limited to 'cts/scheduler/xml/rsc_dep5.xml')
-rw-r--r-- | cts/scheduler/xml/rsc_dep5.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/cts/scheduler/xml/rsc_dep5.xml b/cts/scheduler/xml/rsc_dep5.xml new file mode 100644 index 0000000..4f3dbde --- /dev/null +++ b/cts/scheduler/xml/rsc_dep5.xml @@ -0,0 +1,42 @@ +<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:14 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.id21835" name="no-quorum-policy" value="ignore"/> + </cluster_property_set> + </crm_config> + <nodes> + <node id="node1" uname="node1" type="member"/> + <node id="node2" uname="node2" type="member"/> + </nodes> + <resources> + <primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"> + <meta_attributes id="primitive-rsc1.meta"> + <nvpair id="nvpair.id21883" name="priority" value="1.0"/> + </meta_attributes> + </primitive> + <primitive id="rsc2" class="ocf" provider="heartbeat" type="apache"> + <meta_attributes id="primitive-rsc2.meta"> + <nvpair id="nvpair.id21909" name="priority" value="2.0"/> + </meta_attributes> + </primitive> + <primitive id="rsc3" class="ocf" provider="heartbeat" type="apache"> + <meta_attributes id="primitive-rsc3.meta"> + <nvpair id="nvpair.id21935" name="priority" value="3.0"/> + </meta_attributes> + </primitive> + </resources> + <constraints> + <rsc_colocation id="not_same_1" rsc="rsc1" with-rsc="rsc2" score="-INFINITY"/> + <rsc_colocation id="not_same_2" rsc="rsc1" with-rsc="rsc3" score="-INFINITY"/> + <rsc_colocation id="not_same_3" rsc="rsc2" with-rsc="rsc3" score="-INFINITY"/> + </constraints> + </configuration> + <status> + <node_state id="node1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/> + <node_state id="node2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/> + </status> +</cib> |