[Cluster-devel] conga/luci/site/luci/Extensions StorageReport.py

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Jul 26 14:59:26 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2007-07-26 14:59:26

Modified files:
	luci/site/luci/Extensions: StorageReport.py 

Log message:
	Fix a typo that caused an exception to be thrown while viewing volumes with snapshots.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/StorageReport.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.20.2.4&r2=1.20.2.5

--- conga/luci/site/luci/Extensions/StorageReport.py	2007/06/18 18:39:32	1.20.2.4
+++ conga/luci/site/luci/Extensions/StorageReport.py	2007/07/26 14:59:26	1.20.2.5
@@ -2000,7 +2000,7 @@
                                            'id'   : '%s_origin' % bd['path'],
                                            'type' : 'snapshot-origin'})
                 for snap in bd['snapshots']:
-                    high_list[d['id']].append('%s_snapshot', snap['path'])
+                    high_list[d['id']].append('%s_snapshot' % snap['path'])
 
 
 




More information about the Cluster-devel mailing list