cookbook-pacemaker/templates/suse/sysconfig_sbd.erb
Vincent Untz 11d74e9846 sbd: Pass -P to sbd
This option is used to "Check Pacemaker quorum and node health" and is
recommended by our HA experts.
2014-04-11 08:53:36 +02:00

4 lines
162 B
Plaintext

SBD_DEVICE="<%= @sbd_devices.join("; ") %>"
# The next line enables the watchdog support, and makes SBD checks Pacemaker quorum and node health:
SBD_OPTS="-W -P"