summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/xml/group3.xml
blob: 6faae88b89466cb2de1d6e10191df22ae2222298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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.id21832" 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>
      <group id="rsc1">
        <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-rsc1.meta"/>
      </group>
      <group id="rsc2">
        <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-rsc2.meta"/>
      </group>
    </resources>
    <constraints>
      <rsc_order id="order1" first="rsc1" then="rsc2" then-action="start" first-action="start" kind="Optional"/>
    </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"/>
  </status>
</cib>