On Thu, Nov 24, 2011 at 1:42 AM, Hal Martin <[email protected]> wrote:
> After much Googling and reading past linux-ha discussions it seems > like this could be an issue with my configuration. However, I can't > find any issues with my configuration after running: > > # stonith -t external/sbd sbd_device=/dev/mapper/qa-test-sbd -l > sdgxen-2 > sdgxen-3 > > # stonith -t external/sbd sbd_device=/dev/mapper/qa-test-sbd -S > info: external/sbd device OK. > > Relevant portions of crm config: > primitive stonith-sbd stonith:external/sbd \ > meta is-managed="true" target-role="Started" Looks like you forgot to specify the sbd_device parameter. > stonith-enabled="true" \ > stonith-timeout="60s" \ > stonith-action="reboot" \ > > Lastly, running crm_verify -L -V yields: > > crm_verify[6130]: 2011/11/23_10:36:13 WARN: pe_fence_node: Node > sdgxen-3 will be fenced because termination was requested > crm_verify[6130]: 2011/11/23_10:36:13 WARN: determine_online_status: > Node sdgxen-3 is unclean > crm_verify[6130]: 2011/11/23_10:36:13 WARN: stage6: Scheduling Node > sdgxen-3 for STONITH > Warnings found during check: config may not be valid > > I think this is complaining because it is expecting the node to be > reset, and this isn't happening. > > Any help would be greatly appreciated. > Thanks, > -Hal > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
