diff --git a/templates/suse/sysconfig_sbd.erb b/templates/suse/sysconfig_sbd.erb index 0943090..f22b35e 100644 --- a/templates/suse/sysconfig_sbd.erb +++ b/templates/suse/sysconfig_sbd.erb @@ -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"