Tried to add a stonith ssh resource (should probably use HP iLO
interface later), to a new cluster, but i'm getting this on crm_mon:
------------------------
Failed actions:
stonithclone:0_start_0 (node=asusis-xen1, call=7, rc=1): complete
------------------------
The resource was created with:
------------------------
<clone id="stonithcloneset" globally_unique="false">
<instance_attributes id="stonithcloneset">
<attributes>
<nvpair id="stonithcloneset-01"
name="clone_node_max" value="1"/>
</attributes>
</instance_attributes>
<primitive id="stonithclone" class="stonith"
type="external/ssh" provider="heartbeat">
<operations>
<op name="monitor" interval="5s" timeout="20s"
prereq="nothing" id="stonithclone-op-01"/>
<op name="start" timeout="20s"
prereq="nothing" id="stonithclone-op-02"/>
</operations>
<instance_attributes id="stonithclone">
<attributes>
<nvpair id="stonithclone-01"
name="hostlist" value="asusis-xen1,asusis-xen2"/>
</attributes>
</instance_attributes>
</primitive>
</clone>
------------------------
And this is found in the logs:
------------------------
May 19 11:30:55 asusis-xen1 cibadmin: [9961]: info: Invoked: cibadmin
-C -o resources -x stonith.xml
May 19 11:30:55 asusis-xen1 haclient: on_event:evt:cib_changed
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: - <cib epoch="31"/>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <cib epoch="32">
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <configuration>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <resources>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <clone id="stonithcloneset" globally_unique="false">
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <instance_attributes id="stonithcloneset">
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <nvpair id="stonithcloneset-01"
name="clone_node_max" value="1"/>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </instance_attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <primitive id="stonithclone" class="stonith"
type="external/ssh" provider="heartbeat">
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <operations>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <op name="monitor" interval="5s" timeout="20s"
prereq="nothing" id="stonithclone-op-01"/>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <op name="start" timeout="20s"
prereq="nothing" id="stonithclone-op-02"/>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </operations>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <instance_attributes id="stonithclone">
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + <nvpair id="stonithclone-01" name="hostlist"
value="asusis-xen1,asusis-xen2"/>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </instance_attributes>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </primitive>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </clone>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </resources>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </configuration>
May 19 11:30:55 asusis-xen1 cib: [6323]: info: log_data_element:
cib:diff: + </cib>
May 19 11:30:55 asusis-xen1 cib: [9962]: info: retrieveCib: Reading
cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest:
/var/lib/heartbeat/crm/cib.xml.sig)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info:
update_abort_priority: Abort priority upgraded to 1000000
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
State transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC
cause=C_IPC_MESSAGE origin=route_message ]
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
All 1 cluster nodes are eligible to run resources.
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
State transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [
input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=route_message ]
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'no_quorum_policy' for cluster option
'no-quorum-policy'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'symmetric_cluster' for cluster option
'symmetric-cluster'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stonith_enabled' for cluster option
'stonith-enabled'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stonith_action' for cluster option
'stonith-action'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'default_resource_stickiness' for cluster option
'default-resource-stickiness'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'default_resource_failure_stickiness' for
cluster option 'default-resource-failure-stickiness'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'is_managed_default' for cluster option
'is-managed-default'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'transition_idle_timeout' for cluster option
'cluster-delay'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stop_orphan_resources' for cluster option
'stop-orphan-resources'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stop_orphan_actions' for cluster option
'stop-orphan-actions'
May 19 11:30:55 asusis-xen1 pengine: [6385]: info:
determine_online_status: Node asusis-xen1 is online
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: clone_print:
Clone Set: clone_xenimages_set
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: native_print:
clone_xenimages:0 (ocf::heartbeat:Filesystem): Started
asusis-xen1
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: clone_print:
Clone Set: stonithcloneset
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: native_print:
stonithclone:0 (stonith:external/ssh): Stopped
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: NoRoleChange:
Leave resource clone_xenimages:0 (asusis-xen1)
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: StartRsc:
asusis-xen1 Start stonithclone:0
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: RecurringOp:
asusis-xen1 stonithclone:0_monitor_5000
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: unpack_graph:
Unpacked transition 4: 4 actions in 4 synapses
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: te_pseudo_action:
Pseudo action 21 fired and confirmed
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: send_rsc_command:
Initiating action 19: stonithclone:0_start_0 on asusis-xen1
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_lrm_rsc_op:
Performing op=stonithclone:0_start_0
key=19:4:f8c83051-be2e-466f-885f-0c3d6fe4f690)
May 19 11:30:55 asusis-xen1 lrmd: [6324]: info: rsc:stonithclone:0: start
May 19 11:30:55 asusis-xen1 lrmd: [9963]: info: Try to start STONITH
resource <rsc_id=stonithclone:0> : Device=external/ssh
May 19 11:30:55 asusis-xen1 pengine: [6385]: info: process_pe_message:
Transition 4: PEngine Input stored in:
/var/lib/heartbeat/pengine/pe-input-28.bz2
May 19 11:30:55 asusis-xen1 pengine: [6385]: info: process_pe_message:
Configuration WARNINGs found during PE processing. Please run
"crm_verify -L" to identify issues.
May 19 11:30:55 asusis-xen1 cib: [9962]: info: retrieveCib: Reading
cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest:
/var/lib/heartbeat/crm/cib.xml.sig)
May 19 11:30:55 asusis-xen1 cib: [9962]: info: retrieveCib: Reading
cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last
(digest: /var/lib/heartbeat/crm/cib.xml.sig.last)
May 19 11:30:55 asusis-xen1 cib: [9962]: info: write_cib_contents:
Wrote version 0.32.1 of the CIB to disk (digest:
151a7fb1151d6645cc70ee9f32e3379b)
May 19 11:30:55 asusis-xen1 cib: [9962]: info: retrieveCib: Reading
cluster configuration from: /var/lib/heartbeat/crm/cib.xml (digest:
/var/lib/heartbeat/crm/cib.xml.sig)
May 19 11:30:55 asusis-xen1 cib: [9962]: info: retrieveCib: Reading
cluster configuration from: /var/lib/heartbeat/crm/cib.xml.last
(digest: /var/lib/heartbeat/crm/cib.xml.sig.last)
May 19 11:30:55 asusis-xen1 heartbeat: [6265]: WARN: string2msg_ll:
node [asusis-ope1] failed authentication
May 19 11:30:55 asusis-xen1 stonithd: [9968]: info: external_run_cmd:
Calling '/usr/lib64/stonith/plugins/external/ssh status' returned 256
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: process_lrm_event: LRM
operation stonithclone:0_start_0 (call=7, rc=1) complete
May 19 11:30:55 asusis-xen1 lrmd: [6324]: debug: stonithRA plugin:
provider attribute is not needed and will be ignored.
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: status_from_rc:
Re-mapping op status to LRM_OP_ERROR for rc=1
May 19 11:30:55 asusis-xen1 tengine: [6384]: WARN: status_from_rc:
Action start on asusis-xen1 failed (target: <null> vs. rc: 1): Error
May 19 11:30:55 asusis-xen1 tengine: [6384]: WARN: update_failcount:
Updating failcount for stonithclone:0 on
32d15245-5417-42fb-87b1-5220c9662b76 after failed start: rc=1
(update=INFINITY)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info:
update_abort_priority: Abort priority upgraded to 1
May 19 11:30:55 asusis-xen1 tengine: [6384]: info:
update_abort_priority: Abort action 0 superceeded by 2
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: match_graph_event:
Action stonithclone:0_start_0 (19) confirmed on asusis-xen1 (rc=4)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: run_graph:
====================================================
May 19 11:30:55 asusis-xen1 tengine: [6384]: notice: run_graph:
Transition 4: (Complete=2, Pending=0, Fired=0, Skipped=1,
Incomplete=1)
May 19 11:30:55 asusis-xen1 tengine: [6384]: WARN: notify_crmd:
Delaying completion until all CIB updates complete
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
State transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [
input=I_PE_CALC cause=C_IPC_MESSAGE origin=route_message ]
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
All 1 cluster nodes are eligible to run resources.
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'no_quorum_policy' for cluster option
'no-quorum-policy'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'symmetric_cluster' for cluster option
'symmetric-cluster'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stonith_enabled' for cluster option
'stonith-enabled'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stonith_action' for cluster option
'stonith-action'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'default_resource_stickiness' for cluster option
'default-resource-stickiness'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'default_resource_failure_stickiness' for
cluster option 'default-resource-failure-stickiness'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'is_managed_default' for cluster option
'is-managed-default'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'transition_idle_timeout' for cluster option
'cluster-delay'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stop_orphan_resources' for cluster option
'stop-orphan-resources'
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: cluster_option:
Using deprecated name 'stop_orphan_actions' for cluster option
'stop-orphan-actions'
May 19 11:30:55 asusis-xen1 pengine: [6385]: info:
determine_online_status: Node asusis-xen1 is online
May 19 11:30:55 asusis-xen1 pengine: [6385]: info:
common_apply_stickiness: Setting failure stickiness for
stonithcloneset on asusis-xen1: -500000000
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
State transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [
input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=route_message ]
May 19 11:30:55 asusis-xen1 pengine: [6385]: info: unpack_rsc_op:
Remapping stonithclone:0_start_0 (rc=1) on asusis-xen1 to an ERROR
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: unpack_rsc_op:
Processing failed op stonithclone:0_start_0 on asusis-xen1: Error
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: unpack_rsc_op:
Compatability handling for failed op stonithclone:0_start_0 on
asusis-xen1
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: clone_print:
Clone Set: clone_xenimages_set
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: native_print:
clone_xenimages:0 (ocf::heartbeat:Filesystem): Started
asusis-xen1
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: clone_print:
Clone Set: stonithcloneset
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: native_print:
stonithclone:0 (stonith:external/ssh): Started asusis-xen1 FAILED
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: native_color:
Resource stonithclone:0 cannot run anywhere
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: NoRoleChange:
Leave resource clone_xenimages:0 (asusis-xen1)
May 19 11:30:55 asusis-xen1 pengine: [6385]: notice: StopRsc:
asusis-xen1 Stop stonithclone:0
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: unpack_graph:
Unpacked transition 5: 4 actions in 4 synapses
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: te_pseudo_action:
Pseudo action 22 fired and confirmed
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_lrm_rsc_op:
Performing op=stonithclone:0_stop_0
key=1:5:f8c83051-be2e-466f-885f-0c3d6fe4f690)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: te_pseudo_action:
Pseudo action 3 fired and confirmed
May 19 11:30:55 asusis-xen1 lrmd: [6324]: info: rsc:stonithclone:0: stop
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: send_rsc_command:
Initiating action 1: stonithclone:0_stop_0 on asusis-xen1
May 19 11:30:55 asusis-xen1 lrmd: [9990]: info: Try to stop STONITH
resource <rsc_id=stonithclone:0> : Device=external/ssh
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: process_lrm_event: LRM
operation stonithclone:0_stop_0 (call=8, rc=0) complete
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: match_graph_event:
Action stonithclone:0_stop_0 (1) confirmed on asusis-xen1 (rc=0)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: te_pseudo_action:
Pseudo action 23 fired and confirmed
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: run_graph:
Transition 5: (Complete=4, Pending=0, Fired=0, Skipped=0,
Incomplete=0)
May 19 11:30:55 asusis-xen1 tengine: [6384]: info: notify_crmd:
Transition 5 status: te_complete - <null>
May 19 11:30:55 asusis-xen1 crmd: [6327]: info: do_state_transition:
State transition S_TRANSITION_ENGINE -> S_IDLE [ input=I_TE_SUCCESS
cause=C_IPC_MESSAGE origin=route_message ]
May 19 11:30:55 asusis-xen1 pengine: [6385]: WARN: process_pe_message:
Transition 5: WARNINGs found during PE processing. PEngine Input
stored in: /var/lib/heartbeat/pengine/pe-warn-13.bz2
May 19 11:30:55 asusis-xen1 pengine: [6385]: info: process_pe_message:
Configuration WARNINGs found during PE processing. Please run
"crm_verify -L" to identify issues.
May 19 11:30:56 asusis-xen1 heartbeat: [6265]: WARN: string2msg_ll:
node [asusis-ope2] failed authentication
May 19 11:30:56 asusis-xen1 heartbeat: [6265]: WARN: string2msg_ll:
node [asusis-ope2] failed authentication
May 19 11:30:56 asusis-xen1 haclient: on_event: from message queue:
evt:cib_changed
May 19 11:30:56 asusis-xen1 haclient: on_event: from message queue:
evt:cib_changed
May 19 11:30:56 asusis-xen1 heartbeat: [6265]: WARN: string2msg_ll:
node [asusis-ope1] failed authentication
May 19 11:30:57 asusis-xen1 heartbeat: [6265]: WARN: string2msg_ll:
node [asusis-ope2] failed authentication
------------------------
This is heartbeat-2.1.3-21.1 from the build service.
Any thoughts?
Ciro
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems