Bug 552323 - scc throws syntax errors when fence option "override_path" is in cluster.conf
Summary: scc throws syntax errors when fence option "override_path" is in cluster.conf
Keywords:
Status: CLOSED DUPLICATE of bug 606826
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: system-config-cluster
Version: 5.4
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Ryan McCabe
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-04 17:39 UTC by Shane Bradley
Modified: 2019-02-22 15:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-01 19:42:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch to add in support for fence_ovrride (481 bytes, application/octet-stream)
2010-01-04 17:39 UTC, Shane Bradley
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 26773 0 None None None 2019-02-22 15:56:51 UTC

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 ***


Note You need to log in before you can comment on or make changes to this bug.