Blame SOURCES/bz2027423-1-SAPHana-remove-HANA_CALL_TIMEOUT-parameter.patch

144027
From 621c6cc4ca494834f921671a4540b7063a33648e Mon Sep 17 00:00:00 2001
144027
From: Frank Danapfel <frank.danapfel@redhat.com>
144027
Date: Fri, 12 Nov 2021 11:35:15 +0100
144027
Subject: [PATCH] SAPHana: remove info about HANA_CALL_TIMEOUT parameter
144027
144027
It doesn't make sense to have HANA_CALL_TIMEOUT listed as a parameter since it is hardcoded to 60s and therefore can't be changed.
144027
---
144027
 heartbeat/SAPHana | 9 ---------
144027
 1 file changed, 9 deletions(-)
144027
144027
diff --git a/heartbeat/SAPHana b/heartbeat/SAPHana
144027
index cd91ddf..5da587d 100755
144027
--- a/heartbeat/SAPHana
144027
+++ b/heartbeat/SAPHana
144027
@@ -242,15 +242,6 @@ The resource agent uses the following four interfaces provided by SAP:
144027
         </longdesc>
144027
         <content type="string" default="7200" />
144027
     </parameter>
144027
-    <parameter name="HANA_CALL_TIMEOUT" unique="0" required="0">
144027
-        <shortdesc lang="en">Define timeout how long a call to HANA to receive information can take.</shortdesc>
144027
-        <longdesc lang="en">Define timeout how long a call to HANA to receive information can take. This could be eg landscapeHostConfiguration.py.
144027
-          There are some specific calls to HANA which have their own timeout values. For example the takeover command does not timeout (inf).
144027
-          If the timeout is reached, the return code will be 124. If you increase the timeouts for HANA calls you should also adjust the operation timeouts
144027
-          of your cluster resources.
144027
-        </longdesc>
144027
-        <content type="string" default="60" />
144027
-    </parameter>
144027
     <parameter name="DIR_EXECUTABLE" unique="0" required="0">
144027
         <longdesc lang="en">The full qualified path where to find sapstartsrv and sapcontrol. Specify this parameter, if you have changed the SAP kernel directory location after the default SAP installation.</longdesc>
144027
         <shortdesc lang="en">Path of sapstartsrv and sapcontrol</shortdesc>