sbd: Pass -P to sbd

This option is used to "Check Pacemaker quorum and node health" and is
recommended by our HA experts.
This commit is contained in:
Vincent Untz
2014-04-08 09:45:38 +02:00
parent 3d2a86e754
commit 11d74e9846

View File

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