Bug 316411 - s-c-c cluster.ng doesn't accept the optional lanplus attribute for fencing methods
Summary: s-c-c cluster.ng doesn't accept the optional lanplus attribute for fencing me...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: system-config-cluster
Version: 5.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Ryan McCabe
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-03 04:03 UTC by Norm Murray
Modified: 2018-10-27 14:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-21 22:19:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Fixed cluster.ng schema (18.78 KB, application/octet-stream)
2007-10-03 04:04 UTC, Wade Mealing
no flags Details
Cluster.conf with incorrect attributes. (1.35 KB, application/octet-stream)
2007-10-03 04:05 UTC, Wade Mealing
no flags Details

Description Wade Mealing 2007-10-03 04:03:34 UTC
Description of problem:

Set up a cluster using fencipmilan method and the cluster nodes's fencing schema
does not allow for the "lanplus" parameter which is added (possibly used,
possibly not.. i don't know)

Add the optional attribute in the schema file ...

        <!-- ILO, ipmilan -->
        <group>
         <optional>
          <empty/>
         </optional>
         <optional>
          <attribute name="option"/>
         </optional>
         <optional>
          <attribute name="lanplus"/>
         </optional>

for lanplus, and the sys-conf-cluster seems to work fine.


Version-Release number of selected component (if applicable):

system-config-cluster-1.0-45.1.0


How reproducible:

Pretty much every time.

Steps to Reproduce:
1. Use the attach cluster.conf (created by sys-config-cluster
2. open it up in system-config-cluster
3. see xmlint error messages for invalid attributes in xml file.
  
Actual results:

User can continue, but having to click this is a pita after editing the file or
ignoring it.

Expected results:

xml created by tool to validate.

Additional info:

Fixed cluster.ng and the cluster.conf in question to be attached.

Comment 1 Wade Mealing 2007-10-03 04:04:50 UTC
Created attachment 214311 [details]
Fixed cluster.ng schema

Comment 2 Wade Mealing 2007-10-03 04:05:17 UTC
Created attachment 214321 [details]
Cluster.conf with incorrect attributes.


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