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

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Feb 14 15:04:35 UTC 2007


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

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&r1=1.187&r2=1.188

--- conga/luci/cluster/form-macros	2007/02/12 23:26:54	1.187
+++ conga/luci/cluster/form-macros	2007/02/14 15:04:34	1.188
@@ -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