[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Nov 2 20:45:20 UTC 2006


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
 




More information about the Cluster-devel mailing list