Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315617 Details for
Bug 460978
'Members' information incorrect in Cluster Management tab of system-config-cluster
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to be applied in /usr/share/system-config-cluster
s-c-c.patch (text/plain), 1.59 KB, created by
Mark Huth
on 2008-09-03 04:48:39 UTC
(
hide
)
Description:
Patch to be applied in /usr/share/system-config-cluster
Filename:
MIME Type:
Creator:
Mark Huth
Created:
2008-09-03 04:48:39 UTC
Size:
1.59 KB
patch
obsolete
>diff -ru /root/software/system-config-cluster-1.0.54-2.0/usr/share/system-config-cluster/CommandHandler.py ./CommandHandler.py >--- /root/software/system-config-cluster-1.0.54-2.0/usr/share/system-config-cluster/CommandHandler.py 2008-07-19 05:45:14.000000000 +1000 >+++ ./CommandHandler.py 2008-09-01 13:53:14.000000000 +1000 >@@ -328,11 +328,11 @@ > if y == 0: > continue > words = line.split() >- if words[1].strip() == 'M': #Node is a member... >- nd = NodeData(True, words[0],words[1],words[2],words[3],words[4],words[5]) >+ if words[3].strip() == 'M': #Node is a member... >+ nd = NodeData(True, words[0],words[3],words[4]) > dataobjs.append(nd) > else: >- nd = NodeData(False,words[0], words[1],words[2],None, None, words[3]) >+ nd = NodeData(False, words[0],words[3],words[4]) > dataobjs.append(nd) > > return dataobjs > >diff -ru /root/software/system-config-cluster-1.0.54-2.0/usr/share/system-config-cluster/NodeData.py ./NodeData.py >--- /root/software/system-config-cluster-1.0.54-2.0/usr/share/system-config-cluster/NodeData.py 2008-07-19 05:45:14.000000000 +1000 >+++ ./NodeData.py 2008-09-01 13:54:01.000000000 +1000 >@@ -13,12 +13,9 @@ > > > class NodeData: >- def __init__(self, is_member, node_id, status, incarnation,jdate,jtime, name): >+ def __init__(self, is_member, node_id, status, name): > self.is_member = is_member > self.node_id = node_id >- self.incarnation = incarnation >- self.join_date = jdate >- self.join_time = jtime > self.name = name > stat = status.strip() > if is_member == True:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 460978
:
315615
|
315616
| 315617