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 201641 Details for
Bug 286951
conga passes fence_scsi nodename, where as it accepts only node
[?]
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 fix bug #286951
bz286951.diff (text/plain), 1.62 KB, created by
Ryan McCabe
on 2007-09-21 03:21:51 UTC
(
hide
)
Description:
patch to fix bug #286951
Filename:
MIME Type:
Creator:
Ryan McCabe
Created:
2007-09-21 03:21:51 UTC
Size:
1.62 KB
patch
obsolete
>Index: luci/cluster/form-macros >=================================================================== >RCS file: /cvs/cluster/conga/luci/cluster/form-macros,v >retrieving revision 1.176.2.21 >diff -u -r1.176.2.21 form-macros >--- luci/cluster/form-macros 24 Aug 2007 21:55:42 -0000 1.176.2.21 >+++ luci/cluster/form-macros 21 Sep 2007 03:19:27 -0000 >@@ -3017,8 +3017,8 @@ > <tr> > <td>Node name</td> > <td> >- <input type="text" name="nodename" disabled="disabled" >- tal:attributes="value request/nodename | nothing" /> >+ <input type="text" name="node" disabled="disabled" >+ tal:attributes="value request/node | nothing" /> > </td> > </tr> > </table> >Index: luci/site/luci/Extensions/FenceHandler.py >=================================================================== >RCS file: /cvs/cluster/conga/luci/site/luci/Extensions/FenceHandler.py,v >retrieving revision 1.17.2.3 >diff -u -r1.17.2.3 FenceHandler.py >--- luci/site/luci/Extensions/FenceHandler.py 9 Aug 2007 21:28:52 -0000 1.17.2.3 >+++ luci/site/luci/Extensions/FenceHandler.py 21 Sep 2007 03:19:27 -0000 >@@ -124,7 +124,7 @@ > 'fence_egenera': ['lpan', 'pserver'], > 'fence_bullpap': ['domain'], > 'fence_xvm': ['domain'], >- 'fence_scsi': ['nodename'], >+ 'fence_scsi': ['node'], > 'fence_ilo': [], > 'fence_ipmilan': [], > 'fence_drac': [], >@@ -1118,10 +1118,10 @@ > errors = list() > > try: >- nodename = form['nodename'].strip() >+ nodename = form['node'].strip() > if not nodename: > raise Exception, 'blank' >- fenceinst.addAttribute('nodename', nodename) >+ fenceinst.addAttribute('node', nodename) > except Exception, e: > errors.append(FI_PROVIDE_NODENAME) >
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 286951
: 201641