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 597258

Summary: Update cluster.ng
Product: Red Hat Enterprise Linux 5 Reporter: Marek Grac <mgrac>
Component: system-config-clusterAssignee: Ryan McCabe <rmccabe>
Status: CLOSED DUPLICATE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: low    
Version: 5.6CC: cluster-maint, edamato
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 597253 Environment:
Last Closed: 2010-08-09 16:00:45 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:
Bug Depends On: 597253    
Bug Blocks:    

Description Marek Grac 2010-05-28 14:11:53 UTC
In RHEL5 there will be probably same issue also with

login_timeout, shell_timeout, power_timeout

(list of all options is available in fence-agents lib/fencing.py)


+++ This bug was initially created as a clone of Bug #597253 +++

You wrote:
> While the actual fix appears to work fine, there is a problem with
validating the cluster.conf with the newly added power_wait atttibute:

Indeed, the schema used in validation is part of the system-config-cluster
package which was not refreshed as part of the hotfix. To have it recognise
the new attribute, it would need a patch similar to the following:

--- ./src/misc/cluster.ng.orig 2010-03-10 16:02:40.899864461 +0100
+++ ./src/misc/cluster.ng 2010-03-10 16:08:29.717864438 +0100
@@ -98,6 +98,9 @@
         <optional>
          <attribute name="force"/>
         </optional>
+        <optional>
+         <attribute name="power_wait"/>
+        </optional>
        </group>
        <!-- GNBD -->
        <group>

Comment 1 Lon Hohberger 2010-08-09 16:00:45 UTC

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