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

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Sep 18 21:45:40 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-09-18 21:45:40

Modified files:
	luci/cluster   : resource-form-macros 

Log message:
	add the ability to set the self_fence attribute on clusterfs resources (will need agent script support)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.39&r2=1.40

--- conga/luci/cluster/resource-form-macros	2007/07/11 22:47:07	1.39
+++ conga/luci/cluster/resource-form-macros	2007/09/18 21:45:39	1.40
@@ -613,6 +613,16 @@
 						checked res/attrs/force_unmount | nothing" />
 			</td>
 		</tr>
+
+		<tr class="systemsTable">
+			<td class="systemsTable">Reboot host node if unmount fails</td>
+			<td class="systemsTable">
+				<input type="checkbox" name="selffence"
+					tal:attributes="
+						disabled python: editDisabled;
+						checked res/attrs/self_fence |  nothing" />
+			</td>
+		</tr>
 	</table>
 
 	<div metal:use-macro="here/resource-form-macros/macros/res_form_footer" />




More information about the Cluster-devel mailing list