From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/cluster fence-macros
Date: 5 Aug 2010 19:14:10 -0000 [thread overview]
Message-ID: <20100805191410.14840.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2010-08-05 19:14:10
Modified files:
luci/cluster : fence-macros
Log message:
Fix rhbz#577913: Fence_drac5 will not popluate the luci interface correctly when adding fence device to node
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.14&r2=1.2.2.15
--- conga/luci/cluster/fence-macros 2010/08/05 17:33:04 1.2.2.14
+++ conga/luci/cluster/fence-macros 2010/08/05 19:14:10 1.2.2.15
@@ -190,6 +190,10 @@
<tal:block metal:use-macro="here/fence-macros/macros/fence-form-drac" />
</tal:block>
+ <tal:block tal:condition="python: cur_fence_type == 'fence_drac5'">
+ <tal:block metal:use-macro="here/fence-macros/macros/fence-form-drac" />
+ </tal:block>
+
<tal:block tal:condition="python: cur_fence_type == 'fence_rsa'">
<tal:block metal:use-macro="here/fence-macros/macros/fence-form-rsa" />
</tal:block>
next reply other threads:[~2010-08-05 19:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 19:14 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-18 16:53 [Cluster-devel] conga/luci/cluster fence-macros rmccabe
2008-08-18 16:51 rmccabe
2008-04-11 22:43 rmccabe
2008-04-11 22:43 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=20100805191410.14840.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).