diff options
Diffstat (limited to 'cts/scheduler/xml/group8.xml')
-rw-r--r-- | cts/scheduler/xml/group8.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cts/scheduler/xml/group8.xml b/cts/scheduler/xml/group8.xml new file mode 100644 index 0000000..c4e1c43 --- /dev/null +++ b/cts/scheduler/xml/group8.xml @@ -0,0 +1,36 @@ +<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="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"/> + <node id="uuid2" uname="node2" type="member"/> + <node id="uuid3" uname="node3" 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> + <group id="rsc3"> + <primitive id="child_rsc4" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="child_rsc5" class="ocf" provider="heartbeat" type="apache"/> + <primitive id="child_rsc6" class="ocf" provider="heartbeat" type="apache"/> + <meta_attributes id="group-rsc3.meta"/> + </group> + </resources> + <constraints> + <rsc_colocation id="coloc1" rsc="rsc3" with-rsc="rsc2" score="-INFINITY"/> + </constraints> + </configuration> + <status> + <node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/> + </status> +</cib> |