From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/site/luci/Extensions StorageReport.py
Date: 14 Jun 2007 22:43:24 -0000 [thread overview]
Message-ID: <20070614224324.18263.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Branch: EXPERIMENTAL
Changes by: rmccabe at sourceware.org 2007-06-14 22:43:24
Modified files:
luci/site/luci/Extensions: StorageReport.py
Log message:
Resolve bz241418 (Conga tries to configurage cluster snaps, though they are not available)
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.23.2.6&r2=1.23.2.7
--- conga/luci/site/luci/Extensions/StorageReport.py 2007/06/01 23:18:16 1.23.2.6
+++ conga/luci/site/luci/Extensions/StorageReport.py 2007/06/14 22:43:24 1.23.2.7
@@ -1579,7 +1579,8 @@
if node.nodeType == xml.dom.Node.ELEMENT_NODE:
if node.nodeName == BD_TEMPLATE:
snap_lv = get_bd_data_internal(session, node, mapper_xml)
- if snap_lv is not None:
+
+ if snap_lv is not None and snap_lv['props']['clustered']['value'] != 'true':
if snap_lv['props']['snapshot']['value'] == 'true':
origs = snap_lv['props']['snapshot_origin']['value']
if pretty_name in origs:
next reply other threads:[~2007-06-14 22:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-14 22:43 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-06 19:29 [Cluster-devel] conga/luci/site/luci/Extensions StorageReport.py rmccabe
2007-08-09 2:18 rmccabe
2007-07-26 14:59 rmccabe
2007-06-15 20:12 rmccabe
2007-06-15 15:33 rmccabe
2006-08-02 23:18 kupcevic
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=20070614224324.18263.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).