Bug 106232 - Cluster Status Service member dialog doesn't display 'Login' for network powercontroller
Summary: Cluster Status Service member dialog doesn't display 'Login' for network powe...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: redhat-config-cluster
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jim Parsons
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-03 20:09 UTC by Hardy Merrill
Modified: 2009-04-16 19:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-03 21:03:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Hardy Merrill 2003-10-03 20:09:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
In Cluster Status, for a member that has a network powercontroller with a login
"user", when you double-click the member to display the Member Information
dialog, that dialog does NOT display the login user under the "Login" column -
that column is blank.

Version-Release number of selected component (if applicable):
redhat-config-cluster-1.0.0-5

How reproducible:
Always

Steps to Reproduce:
1. Add a cluster member
2. Select that member, and add a "child" powercontroller to
   that member.
   - make that powercontroller a "network" powercontroller, and
     enter a login "user".
3. In Cluster Configuration, save changes by clicking File => Save.
4. In Cluster Status, double click on that member - the Member
   Information dialog will be displayed.  Notice that the "Login"
   column has no value.

Expected Results:  Login column should have the network powercontroller "user"
value.

Additional info:

Comment 1 Hardy Merrill 2003-10-03 21:03:47 UTC
Problem was in redhat-config-cluster.py - in class Powercontroller, the getLogin
function was doing a DOM(XML) getAttribute on 'login', but the actual XML
'powercontroller' tag in configuration file /etc/cluster.xml has attribute
'user'.  So I changed the getLogin function to getUser, and change that
functions getAttribute from getting 'login' to getting 'user'.  Also changed the
Member Information dialog (memberDialog) 'Login' column to 'User'.

Checked these changes into CVS.


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