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

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