Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2021-02-01 13:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbd (Old)
 and      /work/SRC/openSUSE:Factory/.sbd.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbd"

Mon Feb  1 13:29:23 2021 rev:39 rq:868348 version:1.4.2+20210129.5e2100f

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2021-01-22 21:53:27.977946282 
+0100
+++ /work/SRC/openSUSE:Factory/.sbd.new.28504/sbd.changes       2021-02-01 
13:31:09.214360914 +0100
@@ -1,0 +2,12 @@
+Fri Jan 29 13:19:29 UTC 2021 - Yan Gao <[email protected]>
+
+- sbd-inquisitor: downgrade the warning about SBD_SYNC_RESOURCE_STARTUP to 
notice (bsc#1180966)
+  * bsc#1180966-0001-Log-sbd-inquisitor-downgrade-the-warning-about-SBD_S.patch
+
+-------------------------------------------------------------------
+Fri Jan 29 10:57:17 UTC 2021 - Yan Gao <[email protected]>
+
+- Update to version 1.4.2+20210129.5e2100f:
+- Doc: adapt description of startup/shutdown sync with pacemaker
+
+-------------------------------------------------------------------

Old:
----
  sbd-1.4.2+20201214.01c18c7.tar.xz

New:
----
  bsc#1180966-0001-Log-sbd-inquisitor-downgrade-the-warning-about-SBD_S.patch
  sbd-1.4.2+20210129.5e2100f.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sbd.spec ++++++
--- /var/tmp/diff_new_pack.QebYFh/_old  2021-02-01 13:31:09.798361633 +0100
+++ /var/tmp/diff_new_pack.QebYFh/_new  2021-02-01 13:31:09.802361639 +0100
@@ -33,7 +33,7 @@
 %global sync_resource_startup_sysconfig no
 
 Name:           sbd
-Version:        1.4.2+20201214.01c18c7
+Version:        1.4.2+20210129.5e2100f
 Release:        0
 Summary:        Storage-based death
 License:        GPL-2.0-or-later
@@ -41,6 +41,7 @@
 URL:            https://github.com/ClusterLabs/sbd
 Source:         %{name}-%{version}.tar.xz
 Patch1:         bsc#1140065-Fix-sbd-cluster-exit-if-cmap-is-disconnected.patch
+Patch2:         
bsc#1180966-0001-Log-sbd-inquisitor-downgrade-the-warning-about-SBD_S.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.QebYFh/_old  2021-02-01 13:31:09.854361703 +0100
+++ /var/tmp/diff_new_pack.QebYFh/_new  2021-02-01 13:31:09.858361707 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/ClusterLabs/sbd.git</param>
-    <param 
name="changesrevision">cc46bb4aaa8c0cde5c09f6d71471e402663f96e0</param>
+    <param 
name="changesrevision">542bf70c701083df032eb22cf59f4027ee88e60f</param>
   </service>
 </servicedata>
\ No newline at end of file

++++++ 
bsc#1180966-0001-Log-sbd-inquisitor-downgrade-the-warning-about-SBD_S.patch 
++++++
>From debebb2dcdd7af99b16c34f9bab2d91c42ae6cdd Mon Sep 17 00:00:00 2001
From: "Gao,Yan" <[email protected]>
Date: Fri, 29 Jan 2021 14:14:44 +0100
Subject: [PATCH] Log: sbd-inquisitor: downgrade the warning about
 SBD_SYNC_RESOURCE_STARTUP to notice

---
 src/sbd-inquisitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbd-inquisitor.c b/src/sbd-inquisitor.c
index c943030..b527218 100644
--- a/src/sbd-inquisitor.c
+++ b/src/sbd-inquisitor.c
@@ -1122,7 +1122,7 @@ int main(int argc, char **argv, char **envp)
         }
 #else
         if (!sync_resource_startup) {
-            cl_log(LOG_WARNING, "SBD built against pacemaker supporting "
+            cl_log(LOG_NOTICE, "SBD built against pacemaker supporting "
                              "pacemakerd-API. Should think about enabling "
                              "SBD_SYNC_RESOURCE_STARTUP.");
         }
-- 
2.26.2

++++++ sbd-1.4.2+20201214.01c18c7.tar.xz -> sbd-1.4.2+20210129.5e2100f.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.4.2+20201214.01c18c7/src/sbd.sysconfig.in 
new/sbd-1.4.2+20210129.5e2100f/src/sbd.sysconfig.in
--- old/sbd-1.4.2+20201214.01c18c7/src/sbd.sysconfig.in 2020-12-14 
09:35:08.000000000 +0100
+++ new/sbd-1.4.2+20210129.5e2100f/src/sbd.sysconfig.in 2021-01-29 
10:32:07.000000000 +0100
@@ -114,9 +114,14 @@
 # On shutdown pacemakerd is going to wait in a state where it
 # has cleanly shutdown resources till sbd fetches that state.
 #
-# Default is 'no' to prevent pacemaker from waiting for a
-# ping that will never come when working together with an sbd
-# version that doesn't support the feature.
+# The default is set when building SBD and Pacemaker from source.
+# Going for 'no' is safer if it can't be assured that SBD and
+# Pacemaker installed do both support the synchronization feature.
+# When going with 'yes' - also using package dependencies to
+# assure SBD & Pacemaker both support the synchronization
+# feature and are assuming the same default - an SBD configuration
+# inherited via an upgrade doesn't have to be altered to still
+# benefit from the new feature.
 #
 SBD_SYNC_RESOURCE_STARTUP=@SBD_SYNC_RESOURCE_STARTUP_SYSCONFIG@
 

Reply via email to