[Cluster-devel] conga/luci/cluster form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Feb 14 15:06:16 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-02-14 15:06:15

Modified files:
	luci/cluster   : form-macros 

Log message:
	Fix agent type for xvm and scsi reservation fencing so they can be added as shared fence devices

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.176.2.9&r2=1.176.2.10

--- conga/luci/cluster/form-macros	2007/02/12 23:28:15	1.176.2.9
+++ conga/luci/cluster/form-macros	2007/02/14 15:06:15	1.176.2.10
@@ -2308,7 +2308,7 @@
 		</tal:block>
 
 		<input type="hidden" name="sharable" value="1" />
-		<input type="hidden" name="fence_type" value="xvm" />
+		<input type="hidden" name="fence_type" value="fence_xvm" />
 	</div>
 </div>
 
@@ -2339,7 +2339,7 @@
 		</tal:block>
 
 		<input type="hidden" name="sharable" value="1" />
-		<input type="hidden" name="fence_type" value="scsi" />
+		<input type="hidden" name="fence_type" value="fence_scsi" />
 	</div>
 </div>
 




More information about the Cluster-devel mailing list