Bug 804805
Summary: | fence_node -U fences instead of unfencing | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Kapetanakis Giannis <bilias> |
Component: | fence-agents | Assignee: | Marek Grac <mgrac> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | CC: | ccaulfie, cluster-maint, djansa, fdinitto, lhh, mjuricek, rpeterso, teigland |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 3.2.5-17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 14:40:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kapetanakis Giannis
2012-03-19 19:54:02 UTC
I've added debug actions in /usr/sbin/fence_brocade today and when I'm doing /etc/init.d/cman start I get: Tue Mar 20 11:19:11 2012 success: portdisable 6 Tue Mar 20 11:19:18 2012 success: portdisable 7 So it's actually doing portdisable instead of portenable Giannis We "standardized" on "action=" long ago, but it appears fence_brocade was never updated. It still only uses "option=". If you try option="enable" it may work. WRT qdisk, I'd first check whether you really need qdisk at all; it's best not to use it. I've added both (just in case it gets updated) and now it works fine :) <unfence> <device action="enable" option="enable" name="san" port="6"/> <device action="enable" option="enable" name="san" port="7"/> </unfence> I'm using two-node-cluster so I thought I should try qdisk. I've read that it helps... Anyway shouldn't unfencing be performed prior to qdisk initialization? Thanks Giannis (In reply to comment #4) > I'm using two-node-cluster so I thought I should try qdisk. I've read that it > helps... > > Anyway shouldn't unfencing be performed prior to qdisk initialization? It is best to avoid qdisk in this scenario and use cman two_node + fence delay but it also depends on many other configuration bits. Please submit a GSS ticket for an architecture review and we will be able to provide more information. Marek, can we fix fence_brocade to behave consistently? Fixed in upstream: http://git.fedorahosted.org/git/?p=fence-agents.git;a=commit;h=0d93c7c45ae8ec446751b082819b5821b8861b90 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0943.html |