blob: f5ef06688deecb445617e97f075a551bc34d9a29 (
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
|
<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:13 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"/>
<nvpair id="nvpair.id21841" name="symmetric-cluster" value="true"/>
</cluster_property_set>
</crm_config>
<nodes>
<node id="uuid1" uname="node1" type="member"/>
<node id="uuid2" uname="node2" type="member"/>
</nodes>
<resources>
<primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"/>
</resources>
<constraints/>
</configuration>
<status>
<node_state id="uuid1" ha="active" uname="node1" crmd="online" join="member" expected="member" in_ccm="true">
<lrm id="any">
<lrm_resources id="lrm_resources.id21911">
<lrm_resource id="rsc1" class="ocf" provider="heartbeat" type="apache">
<lrm_rsc_op id="rsc1_start_0" interval="0" operation="start" op-status="0" rc-code="0" call-id="1" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8" crm_feature_set="1.0.6" transition-key="0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" transition-magic="0:0;0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
<lrm_rsc_op id="rsc1_monitor_1" interval="1" operation="monitor" op-status="4" rc-code="1" call-id="2" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8" crm_feature_set="1.0.6" transition-key="0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" transition-magic="0:0;0:0:0:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
</lrm_resource>
</lrm_resources>
</lrm>
</node_state>
<node_state id="uuid2" ha="active" uname="node2" crmd="online" join="member" expected="member" in_ccm="true"/>
</status>
</cib>
|