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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user