summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/xml/use-after-free-merge.xml
blob: c0e83b5b73d3f32469d1374077c04aa640af9a5d (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<cib validate-with="pacemaker-3.7" crm_feature_set="3.0.1" have-quorum="1" admin_epoch="0" epoch="2464" num_updates="17" cib-last-written="Fri Jul 13 13:51:22 2012" dc-uuid="hex-13">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.1-536bf0b9d3ba6d412c67b27f89682ae9380b28ff"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
        <nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="ignore"/>
        <nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1271327761"/>
        <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="true"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="hex-13" type="member" uname="hex-13">
        <instance_attributes id="nodes-hex-13">
          <nvpair id="nodes-hex-13-standby" name="standby" value="off"/>
        </instance_attributes>
      </node>
      <node id="hex-14" type="member" uname="hex-14">
        <instance_attributes id="nodes-hex-14">
          <nvpair id="nodes-hex-14-standby" name="standby" value="off"/>
        </instance_attributes>
      </node>
    </nodes>
    <resources>
      <primitive class="stonith" id="fencing-sbd" type="external/sbd">
        <instance_attributes id="fencing-sbd-instance_attributes">
          <nvpair id="fencing-sbd-instance_attributes-sbd_device" name="sbd_device" value="/dev/disk/by-id/dm-uuid-part1-mpath-3600508b400105b5a0001500000280000"/>
        </instance_attributes>
        <meta_attributes id="fencing-sbd-meta_attributes">
          <nvpair id="fencing-sbd-meta_attributes-target-role" name="target-role" value="Started"/>
        </meta_attributes>
      </primitive>
      <group id="g0">
        <primitive class="ocf" id="d0" provider="heartbeat" type="Dummy"/>
        <primitive class="ocf" id="d1" provider="heartbeat" type="Dummy"/>
        <meta_attributes id="g0-meta_attributes">
          <nvpair id="g0-meta_attributes-target-role" name="target-role" value="Stopped"/>
        </meta_attributes>
      </group>
      <clone id="ms0">
        <primitive class="ocf" id="s0" provider="heartbeat" type="Stateful"/>
        <meta_attributes id="ms0-meta_attributes">
          <nvpair id="ms0-meta_attributes-promotable" name="promotable" value="true"/>
          <nvpair id="ms0-meta_attributes-target-role" name="target-role" value="Started"/>
        </meta_attributes>
      </clone>
    </resources>
    <constraints>
      <rsc_location id="cli-standby-fencing-sbd" rsc="fencing-sbd">
        <rule id="cli-standby-rule-fencing-sbd" score="-INFINITY">
          <expression attribute="#uname" id="cli-standby-expr-fencing-sbd" operation="eq" value="hex-13"/>
        </rule>
      </rsc_location>
      <rsc_order first="g0" id="promote-after-g0" then="ms0" then-action="promote"/>
      <rsc_colocation id="promoted-with-g0" rsc="ms0" rsc-role="Promoted" score="INFINITY" with-rsc="g0"/>
    </constraints>
    <rsc_defaults/>
    <op_defaults/>
  </configuration>
  <status>
    <node_state id="hex-13" uname="hex-13" ha="active" in_ccm="true" crmd="online" join="member" expected="member" crm-debug-origin="do_state_transition" shutdown="0">
      <lrm id="hex-13">
        <lrm_resources/>
      </lrm>
    </node_state>
    <node_state id="hex-14" uname="hex-14" ha="active" in_ccm="true" crmd="online" join="member" expected="member" crm-debug-origin="do_state_transition" shutdown="0">
      <lrm id="hex-14">
        <lrm_resources/>
      </lrm>
    </node_state>
  </status>
</cib>