From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in luci/cluster/form-mac ...
Date: 21 Sep 2007 03:24:13 -0000 [thread overview]
Message-ID: <20070921032413.32080.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: rmccabe at sourceware.org 2007-09-21 03:24:12
Modified files:
. : conga.spec.in.in
luci/cluster : form-macros
luci/site/luci/Extensions: FenceHandler.py
Log message:
Fix bz286951
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.67.2.16&r2=1.67.2.17
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.21&r2=1.176.2.22
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.17.2.3&r2=1.17.2.4
--- conga/conga.spec.in.in 2007/08/29 01:02:00 1.67.2.16
+++ conga/conga.spec.in.in 2007/09/21 03:24:12 1.67.2.17
@@ -319,7 +319,7 @@
%changelog
-* Tue Aug 28 2007 Ryan McCabe <rmccabe@redhat.com> 0.11.0-1
+* Thu Sep 20 2007 Ryan McCabe <rmccabe@redhat.com> 0.11.0-1
- Merge in fixes from the RHEL5 code base.
- Fix bz238727 (Conga provides no way to remove a dead node from a cluster)
- Fix bz241414 (Installation using Conga shows "error" in message during reboot cycle.)
@@ -330,9 +330,10 @@
- Fix bz253906 (Quorum disk page: Error when trying to continue w/o a heuristic)
- Fix bz253784
- Fix bz253901 (No node IDs generated on new RHEL4 / DLM cluster)
+- Fix bz286951 (conga passes fence_scsi nodename, where as it accepts only node)
- Related: bz241417
- Resolves: bz238727, bz241414, bz238656, bz245200, bz227723
-- Resolves: bz253905, bz253906, bz253784, bz253901
+- Resolves: bz253905, bz253906, bz253784, bz253901, bz286951
* Tue Apr 30 2007 Ryan McCabe <rmccabe@redhat.com> 0.9.1-9
- Fix bz238656 (conga does not set the "nodename" attribute for manual fencing)
--- conga/luci/cluster/form-macros 2007/08/24 21:55:42 1.176.2.21
+++ conga/luci/cluster/form-macros 2007/09/21 03:24:12 1.176.2.22
@@ -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>
--- conga/luci/site/luci/Extensions/FenceHandler.py 2007/08/09 21:28:52 1.17.2.3
+++ conga/luci/site/luci/Extensions/FenceHandler.py 2007/09/21 03:24:12 1.17.2.4
@@ -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)
next reply other threads:[~2007-09-21 3:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 3:24 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-26 17:01 [Cluster-devel] conga ./conga.spec.in.in luci/cluster/form-mac rmccabe
2007-11-06 19:58 rmccabe
2007-08-27 18:38 rmccabe
2007-08-23 18:47 rmccabe
2006-12-12 13:26 kupcevic
2006-12-08 20:47 rmccabe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070921032413.32080.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).