summaryrefslogtreecommitdiffstats
path: root/templates/sbd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sbd')
-rw-r--r--templates/sbd34
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/sbd b/templates/sbd
new file mode 100644
index 0000000..9ab201a
--- /dev/null
+++ b/templates/sbd
@@ -0,0 +1,34 @@
+%name sbd
+
+# Copyright (C) 2009 Dejan Muhamedagic
+#
+# License: GNU General Public License (GPL)
+
+# Shared storage based fencing.
+#
+# This template generates a single instance of external/sbd.
+#
+# There is quite a bit more to do to make this stonith operational.
+# See http://www.linux-ha.org/wiki/SBD_Fencing for information.
+#
+
+%required
+
+# The resource id (name).
+# Example:
+# %% id stonith-sbd
+%% id
+
+# Name of the device (shared disk).
+# NB: Make sure that the device remains the same on reboots. It's
+# preferable to use udev generated names rather than the usual
+# /dev/sd?
+# %% sbd_device /dev/sda
+%% sbd_device
+
+%generate
+
+primitive %_:id stonith:external/sbd
+ params sbd_device="%_:sbd_device"
+ op monitor interval=15s timeout=60s
+ op start timeout=60s