diff options
Diffstat (limited to 'cts/scheduler/xml/comments.xml')
-rw-r--r-- | cts/scheduler/xml/comments.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/cts/scheduler/xml/comments.xml b/cts/scheduler/xml/comments.xml new file mode 100644 index 0000000..324e405 --- /dev/null +++ b/cts/scheduler/xml/comments.xml @@ -0,0 +1,39 @@ +<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:04 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.id21838" name="no-quorum-policy" value="ignore"/> + </cluster_property_set> + </crm_config> + <nodes> + <node id="node2" uname="node2" type="member"/> + <node id="node1" uname="node1" type="member"/> + </nodes> + <resources> + <primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"> + <meta_attributes id="primitive-rsc1.meta"> + <nvpair id="nvpair.id21892" name="priority" value="1.0"/> + </meta_attributes> + </primitive> + <primitive id="rsc2" class="ocf" provider="heartbeat" type="apache"> + <meta_attributes id="primitive-rsc2.meta"> + <nvpair id="nvpair.id21917" name="priority" value="1.0"/> + </meta_attributes> + </primitive> + </resources> + <constraints> + <rsc_location id="run_rsc1" rsc="rsc1"> + <rule id="cannot1" score="-INFINITY" boolean-op="or"> + <expression id="expression.id21948" attribute="#uname" operation="eq" value="node2"/> + </rule> + </rsc_location> + </constraints> + </configuration> + <status> + <node_state id="node1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true"/> + <node_state id="node2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/> + </status> +</cib> |