summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/xml/rec-node-2.xml
blob: ebd09f6fe6ef8eb2e5a594c245b64879fbb7b9d7 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="0" have-quorum="true" remote-tls-port="0" validate-with="pacemaker-3.0" cib-last-written="Fri Jul 13 13:51:13 2012">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="nvpair.id21835" name="stonith-enabled" value="true"/>
        <nvpair id="nvpair.id21844" name="no-quorum-policy" value="stop"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="uuid1" uname="node1" type="member"/>
      <node id="uuid2" uname="node2" type="member"/>
    </nodes>
    <resources>
      <primitive id="stonith-1" class="stonith" type="dummy"/>
      <primitive id="rsc1" class="ocf" provider="heartbeat" type="apache">
        <operations>
          <op name="stop" interval="0" id="stop-1" on-fail="block"/>
          <op name="start" interval="0" id="start-1"/>
        </operations>
        <meta_attributes id="meta_attributes1-requires">
          <nvpair id="nvpair1-requires" name="requires" value="quorum"/>
        </meta_attributes>
      </primitive>
      <primitive id="rsc2" class="ocf" provider="heartbeat" type="apache">
        <operations>
          <op name="stop" interval="0" id="stop-2" on-fail="block"/>
          <op name="start" interval="0" id="start-2"/>
        </operations>
      </primitive>
      <group id="group1">
        <primitive id="rsc3" class="ocf" provider="heartbeat" type="apache">
          <operations>
            <op name="start" interval="0" id="op.auto-5"/>
          </operations>
          <meta_attributes id="meta_attributes2-requires">
            <nvpair id="nvpair2-requires" name="requires" value="quorum"/>
          </meta_attributes>
        </primitive>
        <primitive id="rsc4" class="ocf" provider="heartbeat" type="apache"/>
        <meta_attributes id="group-group1.meta"/>
      </group>
      <group id="group2">
        <primitive id="rsc5" class="ocf" provider="heartbeat" type="apache">
          <operations>
            <op name="start" interval="0" id="op.auto-6"/>
          </operations>
        </primitive>
        <primitive id="rsc6" class="ocf" provider="heartbeat" type="apache"/>
        <meta_attributes id="group-group2.meta"/>
      </group>
    </resources>
    <constraints/>
  </configuration>
  <status>
    <node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/>
  </status>
</cib>