[Cluster-devel] conga ./conga.spec.in.in luci/site/luci/Extens ...

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Dec 14 00:01:01 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2006-12-14 00:01:01

Modified files:
	.              : conga.spec.in.in 
	luci/site/luci/Extensions: ricci_bridge.py 

Log message:
	fix for bz219522

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.15&r2=1.45.2.16
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.30.2.13&r2=1.30.2.14

--- conga/conga.spec.in.in	2006/12/13 20:27:40	1.45.2.15
+++ conga/conga.spec.in.in	2006/12/14 00:01:00	1.45.2.16
@@ -291,8 +291,7 @@
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
 - Fixed bz214989 (Package download not working for Conga during cluster creation)
-- 
-
+- Fixed bz219522 (Restarting a cluster via luci web gui = UnboundLocalError - local variable 'e' referenced before assignment)
 
 * Tue Dec 12 2006 Stanko Kupcevic <kupcevic at redhat.com> 0.8-26
 - luci storage: fix bytes->TB conversion
--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/12/12 13:26:23	1.30.2.13
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/12/14 00:01:00	1.30.2.14
@@ -38,8 +38,7 @@
 		return (True, 'completed sucessfully')
 
 	# Error
-	luci_log.debug_verbose('checkBatch2: %s: %s: %s' \
-		% (str(code), rc.hostname(), str(e)))
+	luci_log.debug_verbose('checkBatch2: %s: %s' % (str(code), rc.hostname()))
 	return (-1, err_msg)
 
 def addClusterNodeBatch(os_str,




More information about the Cluster-devel mailing list