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

rmccabe at sourceware.org rmccabe at sourceware.org
Fri Nov 17 05:50:10 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2006-11-17 05:50:10

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

Log message:
	fix fence bug

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

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/11/16 19:34:53	1.120.2.9
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/11/17 05:50:09	1.120.2.10
@@ -3246,7 +3246,7 @@
       if fd.isShared() == False:
         continue
       for fdev in level2:
-        if fd.getName.strip() == fdev['name']:
+        if fd.getName().strip() == fdev['name']:
           isUnique = False
           break
       if isUnique == True:




More information about the Cluster-devel mailing list