blob: 96ad9a52d342d655c45d5f1e979a8bd49f23f3f6 (
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
|
<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:11 2012">
<configuration>
<crm_config>
<cluster_property_set id="cib-bootstrap-options">
<nvpair id="nvpair.id21832" name="no-quorum-policy" value="ignore"/>
<nvpair name="stonith-enabled" id="nvpair.id21841" value="false"/>
</cluster_property_set>
</crm_config>
<nodes>
<node id="uuid1" uname="node1" type="member"/>
</nodes>
<resources>
<primitive id="rsc1" class="ocf" provider="heartbeat" type="apache"/>
<primitive id="rsc2" class="ocf" provider="heartbeat" type="apache"/>
<primitive id="rsc3" class="ocf" provider="heartbeat" type="apache"/>
<primitive id="rscA" class="ocf" provider="heartbeat" type="apache"/>
<primitive id="rscB" class="ocf" provider="heartbeat" type="apache"/>
<primitive id="rscC" class="ocf" provider="heartbeat" type="apache"/>
</resources>
<constraints>
<rsc_order id="order1" first="rsc1" then="rsc2" then-action="start" first-action="start" kind="Optional"/>
<rsc_order id="order2" first="rsc1" then="rsc3" then-action="start" first-action="start"/>
<rsc_order id="order3" first="rscA" then="rscB" then-action="start" first-action="start" kind="Optional"/>
<rsc_order id="order4" first="rscA" then="rscC" then-action="start" first-action="start"/>
</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.id22013">
<lrm_resource id="rsc1" class="ocf" provider="heartbeat" type="apache">
<lrm_rsc_op id="rsc1_start_0" operation="start" interval="0" 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_resource>
<lrm_resource id="rscA" class="ocf" provider="heartbeat" type="apache">
<lrm_rsc_op id="rscA_stop_0" operation="stop" interval="0" op-status="4" rc-code="1" 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_resource>
</lrm_resources>
</lrm>
</node_state>
</status>
</cib>
|