From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 12 Aug 2006 18:22:30 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060812182230.21973.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-08-12 19:22:29 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: bug fix in node info Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.41&r2=1.42 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/12 17:53:09 1.41 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/12 18:22:29 1.42 @@ -1519,6 +1519,7 @@ infohash['delete_url'] = baseurl + "?pagetype=" + NODE_PROCESS + "&task=" + NODE_DELETE + "&nodename=" + nodename + "&clustername=" + clustername #return infohash + infohash['d_states'] = None if nodestate == NODE_ACTIVE or nodestate == NODE_INACTIVE: #call service module on node and find out which daemons are running rb = ricci_bridge(nodename)