From 11d74e984625c648cc0a4df42684e98f28b3a3cb Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 8 Apr 2014 09:45:38 +0200 Subject: [PATCH] sbd: Pass -P to sbd This option is used to "Check Pacemaker quorum and node health" and is recommended by our HA experts. --- templates/suse/sysconfig_sbd.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"