diff options
Diffstat (limited to 'cts/scheduler/xml/stonith-4.xml')
-rw-r--r-- | cts/scheduler/xml/stonith-4.xml | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/cts/scheduler/xml/stonith-4.xml b/cts/scheduler/xml/stonith-4.xml new file mode 100644 index 0000000..9694169 --- /dev/null +++ b/cts/scheduler/xml/stonith-4.xml @@ -0,0 +1,89 @@ +<cib epoch="10" num_updates="4" admin_epoch="0" validate-with="pacemaker-3.0" crm_feature_set="3.0.6" update-origin="pcmk-1" update-client="crmd" cib-last-written="Tue Jul 17 19:02:05 2012" have-quorum="1" dc-uuid="101"> + <configuration> + <crm_config> + <cluster_property_set id="cib-bootstrap-options"> + <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.8-0.772.26fe3e5.git.fc17-26fe3e52d259e4726699300d27991fc1a80c556b"/> + <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/> + <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/> + </cluster_property_set> + </crm_config> + <nodes> + <node id="101" uname="pcmk-1" type="member"/> + <node id="102" uname="pcmk-2"/> + <node id="103" uname="pcmk-3"/> + <node id="104" uname="pcmk-4"/> + <node id="105" uname="pcmk-5"/> + <node id="106" uname="pcmk-6"/> + <node id="107" uname="pcmk-7"/> + <node id="108" uname="pcmk-8"/> + <node id="109" uname="pcmk-9"/> + <node id="110" uname="pcmk-10"/> + <node id="111" uname="pcmk-11"/> + </nodes> + <resources> + <primitive id="Fencing" class="stonith" type="fence_xvm"/> + </resources> + <constraints/> + </configuration> + <status> + <!-- Ok - Active --> + <node_state id="101" uname="pcmk-1" in_ccm="true" crmd="online" join="member" expected="member" crm-debug-origin="do_state_transition" shutdown="0"> + <lrm id="e7840e57-67e1-44dc-9804-edd22d282394"> + <lrm_resources id="lrm_resources.id28092"> + <lrm_resource id="Fencing" type="fence_xvm" class="stonith"> + <lrm_rsc_op id="Fencing_monitor_0" operation="monitor" transition-key="37:12:7:03cf0502-d7a2-4481-884b-6a6edf5813f0" transition-magic="0:7;37:12:7:03cf0502-d7a2-4481-884b-6a6edf5813f0" call-id="5" crm_feature_set="2.0" rc-code="7" op-status="0" interval="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/> + </lrm_resource> + </lrm_resources> + </lrm> + <transient_attributes id="101"> + <instance_attributes id="status-101"> + <nvpair id="status-101-probe_complete" name="probe_complete" value="true"/> + </instance_attributes> + </transient_attributes> + </node_state> + + <!-- Pending - Corosync only --> + <node_state id="102" uname="pcmk-2" crmd="offline" join="down" crm-debug-origin="post_cache_update" in_ccm="true"/> + + <!-- Pending - Active but not joined --> + <node_state id="103" uname="pcmk-3" crmd="online" join="down" crm-debug-origin="crmd_proc_update" in_ccm="true"/> + + <!-- Ok - Shutting down --> + <node_state id="104" uname="pcmk-4" in_ccm="false" crmd="offline" join="down" expected="member" crm-debug-origin="do_state_transition"> + <transient_attributes id="104"> + <instance_attributes id="status-104"> + <nvpair id="status-104-probe_complete" name="probe_complete" value="true"/> + <nvpair id="status-104-shutdown" name="shutdown" value="1"/> + </instance_attributes> + </transient_attributes> + </node_state> + + <!-- Fence - Unknown --> + <node_state id="105" uname="pcmk-5" crmd="offline" join="down" crm-debug-origin="post_cache_update"/> + + <!-- Ignore - Quorum node --> + <node_state id="106" uname="pcmk-6" crmd="offline" in_ccm="false" join="down" expected="down" crm-debug-origin="post_cache_update"/> + + <!-- Fence - Evicted --> + <node_state id="107" uname="pcmk-7" crmd="online" join="banned" crm-debug-origin="crmd_proc_update" in_ccm="true"/> + + <!-- Fence - CPG up, Quorum unknown --> + <node_state id="108" uname="pcmk-8" crmd="online" join="down" crm-debug-origin="crmd_proc_update"/> + + <!-- Pending - CPG up, Quorum down --> + <node_state id="109" uname="pcmk-9" crmd="online" join="down" crm-debug-origin="crmd_proc_update" in_ccm="false"/> + + <!-- Fence - Peer not available --> + <node_state id="110" uname="pcmk-10" in_ccm="true" crmd="offline" join="member" expected="member" crm-debug-origin="post_cache_update"/> + + <!-- Pending - Active but not joined after restart --> + <node_state id="111" uname="pcmk-11" in_ccm="true" crmd="online" join="down" crm-debug-origin="crmd_proc_update" expected="member" shutdown="0"> + <transient_attributes id="111"> + <instance_attributes id="status-111"> + <nvpair id="status-111-probe_complete" name="probe_complete" value="true"/> + </instance_attributes> + </transient_attributes> + </node_state> + + </status> +</cib> |