%name sbd

# Copyright (C) 2009 Dejan Muhamedagic
#
# License: GNU General Public License (GPL)

# Shared storage based fencing.
#
# This template generates a single instance of fence_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 

%generate

primitive %_:id stonith:fence_sbd
	op monitor interval=15s timeout=60s
	op start timeout=60s
