Blame SOURCES/0001-Doc-adapt-description-of-startup-shutdown-sync.patch

cfb415
From 542bf70c701083df032eb22cf59f4027ee88e60f Mon Sep 17 00:00:00 2001
cfb415
From: Klaus Wenninger <klaus.wenninger@aon.at>
cfb415
Date: Thu, 28 Jan 2021 21:46:11 +0100
cfb415
Subject: [PATCH] Doc: adapt description of startup/shutdown sync with
cfb415
 pacemaker
cfb415
cfb415
now that the default is configurable at compile-time
cfb415
---
cfb415
 src/sbd.sysconfig.in | 11 ++++++++---
cfb415
 1 file changed, 8 insertions(+), 3 deletions(-)
cfb415
cfb415
diff --git a/src/sbd.sysconfig.in b/src/sbd.sysconfig.in
cfb415
index 15cd66a..f49d780 100644
cfb415
--- a/src/sbd.sysconfig.in
cfb415
+++ b/src/sbd.sysconfig.in
cfb415
@@ -114,9 +114,14 @@ SBD_MOVE_TO_ROOT_CGROUP=auto
cfb415
 # On shutdown pacemakerd is going to wait in a state where it
cfb415
 # has cleanly shutdown resources till sbd fetches that state.
cfb415
 #
cfb415
-# Default is 'no' to prevent pacemaker from waiting for a
cfb415
-# ping that will never come when working together with an sbd
cfb415
-# version that doesn't support the feature.
cfb415
+# The default is set when building SBD and Pacemaker from source.
cfb415
+# Going for 'no' is safer if it can't be assured that SBD and
cfb415
+# Pacemaker installed do both support the synchronization feature.
cfb415
+# When going with 'yes' - also using package dependencies to
cfb415
+# assure SBD & Pacemaker both support the synchronization
cfb415
+# feature and are assuming the same default - an SBD configuration
cfb415
+# inherited via an upgrade doesn't have to be altered to still
cfb415
+# benefit from the new feature.
cfb415
 #
cfb415
 SBD_SYNC_RESOURCE_STARTUP=@SBD_SYNC_RESOURCE_STARTUP_SYSCONFIG@
cfb415
 
cfb415
-- 
cfb415
1.8.3.1
cfb415