summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/xml/use-after-free-merge.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 06:53:20 +0000
commite5a812082ae033afb1eed82c0f2df3d0f6bdc93f (patch)
treea6716c9275b4b413f6c9194798b34b91affb3cc7 /cts/scheduler/xml/use-after-free-merge.xml
parentInitial commit. (diff)
downloadpacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.tar.xz
pacemaker-e5a812082ae033afb1eed82c0f2df3d0f6bdc93f.zip
Adding upstream version 2.1.6.upstream/2.1.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cts/scheduler/xml/use-after-free-merge.xml')
-rw-r--r--cts/scheduler/xml/use-after-free-merge.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/cts/scheduler/xml/use-after-free-merge.xml b/cts/scheduler/xml/use-after-free-merge.xml
new file mode 100644
index 0000000..c0e83b5
--- /dev/null
+++ b/cts/scheduler/xml/use-after-free-merge.xml
@@ -0,0 +1,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>