Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

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-clusterAssignee: Ryan McCabe <rmccabe>
Status: CLOSED DUPLICATE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: low    
Version: 5.4CC: 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:
Description Flags
Patch to add in support for fence_ovrride none

Description Shane Bradley 2010-01-04 17:39:08 UTC
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.

Comment 1 Lon Hohberger 2010-07-01 19:42:21 UTC

*** This bug has been marked as a duplicate of bug 606826 ***