From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Nov 2006 20:45:20 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061102204520.26633.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: rmccabe at sourceware.org 2006-11-02 20:45:18 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fix log link generation for hosts without a FQDN in the cluster.conf file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.137&r2=1.138 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/11/02 20:41:29 1.137 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/11/02 20:45:18 1.138 @@ -2578,7 +2578,7 @@ states = getDaemonStates(rc, dlist) infohash['d_states'] = states - infohash['logurl'] = '/luci/logs/?nodename=' + nodename + '&clustername=' + clustername + infohash['logurl'] = '/luci/logs/?nodename=' + nodename_resolved + '&clustername=' + clustername return infohash #get list of faildoms for node