Bug 490806

Summary: system-config-cluster can not recognize "deadnode_timeout" for element cman.
Product: Red Hat Enterprise Linux 5 Reporter: Zhenyong(Jerry) Jiang <jzhenyon>
Component: cmanAssignee: Christine Caulfield <ccaulfie>
Status: CLOSED NOTABUG QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: low    
Version: 5.3CC: cluster-maint, edamato, rrosario
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: 2009-03-18 08:07:53 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 Zhenyong(Jerry) Jiang 2009-03-18 06:46:06 UTC
Description of problem:

If we put a parm "deadnode_time" in cman section in XLM file( /etc/cluster/cluster.conf ), system-config-cluster will report following error when opening XML file.
/etc/cluster/cluster.conf:31: element cman: Relax-NG validity error : Invalid attribute deadnode_timeout for element cman
.......

Add a line "<attribute name="deadnode_timeout"/>" into element cman can fix this issue. 

/usr/share/system-config-cluster/misc/cluster.ng

   339     <element name="cman">
    340     <choice>
    341      <group>
    342       <attribute name="two_node"/>
    343       <attribute name="deadnode_timeout"/>
    344       <attribute name="expected_votes">
    345        <data type="positiveInteger"/>
    346       </attribute>
    347      </group>
    348      <group>
    349       <optional>

RHEL4 has same issue, hope it can get into RHEL5.4 and RHCS4.8.

Zhenyong

Comment 1 Christine Caulfield 2009-03-18 08:07:53 UTC
deadnode_timeout is not a valid key for RHEL5 so I'm closing this bug.