Bug 552323
| Summary: | scc throws syntax errors when fence option "override_path" is in cluster.conf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Shane Bradley <sbradley> | ||||
| Component: | system-config-cluster | Assignee: | Ryan McCabe <rmccabe> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | cluster-maint, sbradley, tao | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-07-01 19:42:21 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: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 606826 *** |
Created attachment 381597 [details] Patch to add in support for fence_ovrride Description of problem: The man page for fenced details the "override_path" option in cluster.conf. This allows for fallback manual fencing on any node if the primary fence level fails. This feature works as expected when manually added to cluster.conf. Override-path is the location of a FIFO used for communication between fenced and fence_ack_manual. <fence_daemon override_path="/var/run/cluster/fenced_override"/> However, system-config-cluster complains about syntax errors when used to further modify a cluster.conf with this option. Version-Release number of selected component (if applicable): system-config-cluster-1.0.57-1.5 How reproducible: Everytime Steps to Reproduce: 1. emacs /etc/cluster/cluster.conf 2. Add in "override_path" option 3. Start system-config-cluster Actual results: Syntax error occurs since option does not exist in cluster.ng file. Expected results: No Syntax errors Additional info: Attached a patch to fix the issue with syntax errors. The option still has to be manually added.