diff --git a/SOURCES/bz1827107-sap-hana-scaleout-1-timeouts-recommendations.patch b/SOURCES/bz1827107-sap-hana-scaleout-1-timeouts-recommendations.patch new file mode 100644 index 0000000..2d919a7 --- /dev/null +++ b/SOURCES/bz1827107-sap-hana-scaleout-1-timeouts-recommendations.patch @@ -0,0 +1,34 @@ +From 5c868c9d17e1c07711ee5423ed26d8f0f6562692 Mon Sep 17 00:00:00 2001 +From: Frank Danapfel +Date: Wed, 25 Mar 2020 11:09:49 +0100 +Subject: [PATCH] SAPHanaController: update start/stop/promote/monitor action + default timeouts to match official recommendations + +--- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +index 1781b99..08239ed 100755 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +@@ -269,13 +269,13 @@ The resource agent uses the following four interfaces provided by SAP: + + + +- +- ++ ++ + +- +- +- +- ++ ++ ++ ++ + + + diff --git a/SOURCES/bz1827107-sap-hana-scaleout-2-timeouts-recommendations.patch b/SOURCES/bz1827107-sap-hana-scaleout-2-timeouts-recommendations.patch new file mode 100644 index 0000000..f8ac9fa --- /dev/null +++ b/SOURCES/bz1827107-sap-hana-scaleout-2-timeouts-recommendations.patch @@ -0,0 +1,28 @@ +From 2039335555b89262b325d1ceb03844cfabe35869 Mon Sep 17 00:00:00 2001 +From: Frank Danapfel +Date: Wed, 25 Mar 2020 11:04:46 +0100 +Subject: [PATCH] SAPHanaTopology: update start/stop/monitor action default + timeouts to match official recommendations + +--- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology +index 1e9a5c6..c83901a 100755 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology +@@ -189,10 +189,10 @@ SAPHanaTopology scans the output table of landscapeHostConfiguration.py to ident + + + +- +- ++ ++ + +- ++ + + + diff --git a/SOURCES/bz1827107-sap-hana-scaleout-3-fixes.patch b/SOURCES/bz1827107-sap-hana-scaleout-3-fixes.patch new file mode 100644 index 0000000..e424e21 --- /dev/null +++ b/SOURCES/bz1827107-sap-hana-scaleout-3-fixes.patch @@ -0,0 +1,108 @@ +From 600160015e965ea67f716e1a332fbd92b855807c Mon Sep 17 00:00:00 2001 +From: AngelaBriel +Date: Tue, 12 Nov 2019 18:05:14 +0100 +Subject: [PATCH] Use a fall-back scoring for the master nameserver nodes, if + the current roles of the node(s) got lost. (bsc#1156067) version bump to + 0.164.0 remove old version(11SP3 from Dez. 2014) of + SAPHana/doc/SAPHanaSR-Setup-Guide.pdf. Add a Link to + https://www.suse.com/products/sles-for-sap/resource-library/sap-best-practices.html + instead. + +--- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes | 11 +++++++++++ + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec | 3 ++- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 4 +++- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology | 3 ++- + 4 files changed, 19 insertions(+), 3 deletions(-) + create mode 100644 .gitignore + +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes +index fea4c46..9749d8b 100644 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes +@@ -1,3 +1,14 @@ ++------------------------------------------------------------------- ++Mon Nov 11 10:44:44 UTC 2019 - abriel@suse.com ++ ++- change version to 0.164.0 ++- restart sapstartsrv service on master nameserver node ++ (bsc#1156150) ++- Use a fall-back scoring for the master nameserver nodes, if the ++ current roles of the node(s) got lost. ++ (bsc#1156067) ++- clean up package, add checks, correct typos ++ + ------------------------------------------------------------------- + Wed Sep 12 12:19:06 UTC 2018 - clanig@suse.de + +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec +index 4dc7093..4790be6 100644 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec +@@ -2,6 +2,7 @@ + # spec file for package SAPHanaSR-ScaleOut + # + # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. ++# Copyright (c) 2017-2019 SUSE LLC + # + # All modifications and additions to the file contributed by third parties + # remain the property of their copyright owners, unless otherwise agreed +@@ -20,7 +21,7 @@ License: GPL-2.0 + Group: Productivity/Clustering/HA + AutoReqProv: on + Summary: Resource agents to control the HANA database in system replication setup +-Version: 0.163.2 ++Version: 0.164.0 + Release: 0 + Url: http://scn.sap.com/community/hana-in-memory/blog/2014/04/04/fail-safe-operation-of-sap-hana-suse-extends-its-high-availability-solution + Source0: SAPHanaSR-ScaleOut-%{version}.tar.bz2 +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +index 5b24513..1781b99 100755 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +@@ -12,6 +12,7 @@ + # License: GNU General Public License (GPL) + # Copyright: (c) 2013,2014 SUSE Linux Products GmbH + # Copyright: (c) 2015-2016 SUSE Linux GmbH ++# Copyright: (c) 2017-2019 SUSE LLC + # + # An example usage: + # See usage() function below for more details... +@@ -33,7 +34,7 @@ + # systemReplicationStatus.py (>= SPS090) + # + ####################################################################### +-SAPHanaControllerVersion="0.163.2" ++SAPHanaControllerVersion="0.164.0" + # + # Initialization: + timeB=$(date '+%s') +@@ -702,6 +703,7 @@ function saphana_init() { + # + SCORING_TABLE_PREFERRED_SITE_TAKEOVER=( + "[234]:P:master[123]:master .* 150" ++ "[234]:P:master[123] .* 140" + "[234]:P:master[123]:slave:.*:standby .* 115" + "[234]:P:master[123]:slave .* 110" + "[015]:P:master[123]: .* 70" +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology +index 2e3b065..1e9a5c6 100755 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology +@@ -14,6 +14,7 @@ + # License: GNU General Public License (GPL) + # Copyright: (c) 2014 SUSE Linux Products GmbH + # (c) 2015-2016 SUSE Linux GmbH ++# (c) 2017-2019 SUSE LLC + # + # An example usage: + # See usage() function below for more details... +@@ -25,7 +26,7 @@ + # + ####################################################################### + # DONE PRIO 1: AFTER(!) SAP HANA SPS12 is available we could use hdbnsutil --sr_stateConfiguration +-SAPHanaTopologyVersion="0.163.2" ++SAPHanaTopologyVersion="0.164.0" + # + # Initialization: + timeB=$(date '+%s') diff --git a/SOURCES/bz1827107-sap-hana-scaleout-4-sapstartsrv-fix.patch b/SOURCES/bz1827107-sap-hana-scaleout-4-sapstartsrv-fix.patch new file mode 100644 index 0000000..13b8914 --- /dev/null +++ b/SOURCES/bz1827107-sap-hana-scaleout-4-sapstartsrv-fix.patch @@ -0,0 +1,25 @@ +From 60eb13d27b8be8f38ab037432de9a8a14181f207 Mon Sep 17 00:00:00 2001 +From: Fabian Herschel +Date: Thu, 7 Nov 2019 15:52:42 +0100 +Subject: [PATCH] bsc#1156150: SAPHanaSR: sapstartsrv service on + master_nameserver node not restarted when being forcefully killed + +--- + SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +index e139053..5b24513 100755 +--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController ++++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController +@@ -2569,8 +2569,10 @@ function saphana_monitor_clone() { + # + check_for_primary; primary_status=$? + if [ $primary_status -eq $HANA_STATE_PRIMARY ]; then ++ saphana_check_local_instance + saphana_monitor_primary; rc=$? + elif [ $primary_status -eq $HANA_STATE_SECONDARY ]; then ++ saphana_check_local_instance + saphana_monitor_secondary; rc=$? + else + # diff --git a/SOURCES/bz1832360-sap-hana-scaleout-1-timeouts-recommendations.patch b/SOURCES/bz1832360-sap-hana-scaleout-1-timeouts-recommendations.patch deleted file mode 100644 index 2d919a7..0000000 --- a/SOURCES/bz1832360-sap-hana-scaleout-1-timeouts-recommendations.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 5c868c9d17e1c07711ee5423ed26d8f0f6562692 Mon Sep 17 00:00:00 2001 -From: Frank Danapfel -Date: Wed, 25 Mar 2020 11:09:49 +0100 -Subject: [PATCH] SAPHanaController: update start/stop/promote/monitor action - default timeouts to match official recommendations - ---- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -index 1781b99..08239ed 100755 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -@@ -269,13 +269,13 @@ The resource agent uses the following four interfaces provided by SAP: - - - -- -- -+ -+ - -- -- -- -- -+ -+ -+ -+ - - - diff --git a/SOURCES/bz1832360-sap-hana-scaleout-2-timeouts-recommendations.patch b/SOURCES/bz1832360-sap-hana-scaleout-2-timeouts-recommendations.patch deleted file mode 100644 index f8ac9fa..0000000 --- a/SOURCES/bz1832360-sap-hana-scaleout-2-timeouts-recommendations.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 2039335555b89262b325d1ceb03844cfabe35869 Mon Sep 17 00:00:00 2001 -From: Frank Danapfel -Date: Wed, 25 Mar 2020 11:04:46 +0100 -Subject: [PATCH] SAPHanaTopology: update start/stop/monitor action default - timeouts to match official recommendations - ---- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -index 1e9a5c6..c83901a 100755 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -@@ -189,10 +189,10 @@ SAPHanaTopology scans the output table of landscapeHostConfiguration.py to ident - - - -- -- -+ -+ - -- -+ - - - diff --git a/SOURCES/bz1832360-sap-hana-scaleout-3-fixes.patch b/SOURCES/bz1832360-sap-hana-scaleout-3-fixes.patch deleted file mode 100644 index e424e21..0000000 --- a/SOURCES/bz1832360-sap-hana-scaleout-3-fixes.patch +++ /dev/null @@ -1,108 +0,0 @@ -From 600160015e965ea67f716e1a332fbd92b855807c Mon Sep 17 00:00:00 2001 -From: AngelaBriel -Date: Tue, 12 Nov 2019 18:05:14 +0100 -Subject: [PATCH] Use a fall-back scoring for the master nameserver nodes, if - the current roles of the node(s) got lost. (bsc#1156067) version bump to - 0.164.0 remove old version(11SP3 from Dez. 2014) of - SAPHana/doc/SAPHanaSR-Setup-Guide.pdf. Add a Link to - https://www.suse.com/products/sles-for-sap/resource-library/sap-best-practices.html - instead. - ---- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes | 11 +++++++++++ - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec | 3 ++- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 4 +++- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology | 3 ++- - 4 files changed, 19 insertions(+), 3 deletions(-) - create mode 100644 .gitignore - -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes -index fea4c46..9749d8b 100644 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.changes -@@ -1,3 +1,14 @@ -+------------------------------------------------------------------- -+Mon Nov 11 10:44:44 UTC 2019 - abriel@suse.com -+ -+- change version to 0.164.0 -+- restart sapstartsrv service on master nameserver node -+ (bsc#1156150) -+- Use a fall-back scoring for the master nameserver nodes, if the -+ current roles of the node(s) got lost. -+ (bsc#1156067) -+- clean up package, add checks, correct typos -+ - ------------------------------------------------------------------- - Wed Sep 12 12:19:06 UTC 2018 - clanig@suse.de - -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec -index 4dc7093..4790be6 100644 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/SAPHanaSR-ScaleOut.spec -@@ -2,6 +2,7 @@ - # spec file for package SAPHanaSR-ScaleOut - # - # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -+# Copyright (c) 2017-2019 SUSE LLC - # - # All modifications and additions to the file contributed by third parties - # remain the property of their copyright owners, unless otherwise agreed -@@ -20,7 +21,7 @@ License: GPL-2.0 - Group: Productivity/Clustering/HA - AutoReqProv: on - Summary: Resource agents to control the HANA database in system replication setup --Version: 0.163.2 -+Version: 0.164.0 - Release: 0 - Url: http://scn.sap.com/community/hana-in-memory/blog/2014/04/04/fail-safe-operation-of-sap-hana-suse-extends-its-high-availability-solution - Source0: SAPHanaSR-ScaleOut-%{version}.tar.bz2 -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -index 5b24513..1781b99 100755 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -@@ -12,6 +12,7 @@ - # License: GNU General Public License (GPL) - # Copyright: (c) 2013,2014 SUSE Linux Products GmbH - # Copyright: (c) 2015-2016 SUSE Linux GmbH -+# Copyright: (c) 2017-2019 SUSE LLC - # - # An example usage: - # See usage() function below for more details... -@@ -33,7 +34,7 @@ - # systemReplicationStatus.py (>= SPS090) - # - ####################################################################### --SAPHanaControllerVersion="0.163.2" -+SAPHanaControllerVersion="0.164.0" - # - # Initialization: - timeB=$(date '+%s') -@@ -702,6 +703,7 @@ function saphana_init() { - # - SCORING_TABLE_PREFERRED_SITE_TAKEOVER=( - "[234]:P:master[123]:master .* 150" -+ "[234]:P:master[123] .* 140" - "[234]:P:master[123]:slave:.*:standby .* 115" - "[234]:P:master[123]:slave .* 110" - "[015]:P:master[123]: .* 70" -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -index 2e3b065..1e9a5c6 100755 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaTopology -@@ -14,6 +14,7 @@ - # License: GNU General Public License (GPL) - # Copyright: (c) 2014 SUSE Linux Products GmbH - # (c) 2015-2016 SUSE Linux GmbH -+# (c) 2017-2019 SUSE LLC - # - # An example usage: - # See usage() function below for more details... -@@ -25,7 +26,7 @@ - # - ####################################################################### - # DONE PRIO 1: AFTER(!) SAP HANA SPS12 is available we could use hdbnsutil --sr_stateConfiguration --SAPHanaTopologyVersion="0.163.2" -+SAPHanaTopologyVersion="0.164.0" - # - # Initialization: - timeB=$(date '+%s') diff --git a/SOURCES/bz1832360-sap-hana-scaleout-4-sapstartsrv-fix.patch b/SOURCES/bz1832360-sap-hana-scaleout-4-sapstartsrv-fix.patch deleted file mode 100644 index 13b8914..0000000 --- a/SOURCES/bz1832360-sap-hana-scaleout-4-sapstartsrv-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 60eb13d27b8be8f38ab037432de9a8a14181f207 Mon Sep 17 00:00:00 2001 -From: Fabian Herschel -Date: Thu, 7 Nov 2019 15:52:42 +0100 -Subject: [PATCH] bsc#1156150: SAPHanaSR: sapstartsrv service on - master_nameserver node not restarted when being forcefully killed - ---- - SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -index e139053..5b24513 100755 ---- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController -@@ -2569,8 +2569,10 @@ function saphana_monitor_clone() { - # - check_for_primary; primary_status=$? - if [ $primary_status -eq $HANA_STATE_PRIMARY ]; then -+ saphana_check_local_instance - saphana_monitor_primary; rc=$? - elif [ $primary_status -eq $HANA_STATE_SECONDARY ]; then -+ saphana_check_local_instance - saphana_monitor_secondary; rc=$? - else - # diff --git a/SPECS/resource-agents-sap-hana-scaleout.spec b/SPECS/resource-agents-sap-hana-scaleout.spec index 92bba23..acc0dd2 100644 --- a/SPECS/resource-agents-sap-hana-scaleout.spec +++ b/SPECS/resource-agents-sap-hana-scaleout.spec @@ -29,7 +29,7 @@ Name: resource-agents-sap-hana-scaleout Summary: SAP HANA Scale-Out cluster resource agents Epoch: 1 Version: 0.164.0 -Release: 0%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}.2 +Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist} License: GPLv2+ URL: https://github.com/SUSE/SAPHanaSR-ScaleOut %if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel} @@ -40,10 +40,10 @@ Group: Productivity/Clustering/HA Source0: %{upstream_prefix}-%{upstream_version}.tar.gz Source1: %{saphana_scaleout_prefix}-%{saphana_scaleout_hash}.tar.gz Patch0: SAPHanaSR-monitor-fix-tolower-error.patch -Patch1: bz1832360-sap-hana-scaleout-1-timeouts-recommendations.patch -Patch2: bz1832360-sap-hana-scaleout-2-timeouts-recommendations.patch -Patch3: bz1832360-sap-hana-scaleout-3-fixes.patch -Patch4: bz1832360-sap-hana-scaleout-4-sapstartsrv-fix.patch +Patch1: bz1827107-sap-hana-scaleout-1-timeouts-recommendations.patch +Patch2: bz1827107-sap-hana-scaleout-2-timeouts-recommendations.patch +Patch3: bz1827107-sap-hana-scaleout-3-fixes.patch +Patch4: bz1827107-sap-hana-scaleout-4-sapstartsrv-fix.patch BuildArch: noarch @@ -158,10 +158,10 @@ rm -rf %{buildroot} %exclude /usr/src %changelog -* Thu May 7 2020 Oyvind Albrigtsen - 0.164.0-0.2 +* Thu Apr 30 2020 Oyvind Albrigtsen - 0.164.0-1 - Set default timeouts based on recommendations and a couple of bugfixes - Resolves: rhbz#1832360 + Resolves: rhbz#1827107 * Tue Feb 18 2020 Oyvind Albrigtsen - 0.163.2-6 - Add Conflicts: to avoid future CI gating errors