Blame SOURCES/bz2027423-2-SAPHanaTopology-remove-HANA_CALL_TIMEOUT-parameter.patch

a99511
From 91a6a7fca636972a9604675a99946e8a8e51fd73 Mon Sep 17 00:00:00 2001
a99511
From: Frank Danapfel <frank.danapfel@redhat.com>
a99511
Date: Fri, 12 Nov 2021 11:36:33 +0100
a99511
Subject: [PATCH] SAPHanaTopology: Remove info about HANA_CALL_TIMEOUT
a99511
a99511
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.
a99511
---
a99511
 heartbeat/SAPHanaTopology | 9 ---------
a99511
 1 file changed, 9 deletions(-)
a99511
a99511
diff --git a/heartbeat/SAPHanaTopology b/heartbeat/SAPHanaTopology
a99511
index afc645c..29819d7 100755
a99511
--- a/heartbeat/SAPHanaTopology
a99511
+++ b/heartbeat/SAPHanaTopology
a99511
@@ -173,15 +173,6 @@ SAPHanaTopology scans the output table of landscapeHostConfiguration.py to ident
a99511
         <shortdesc lang="en">The SAP Instance Number</shortdesc>
a99511
         <content type="string" default="" />
a99511
     </parameter>
a99511
-    <parameter name="HANA_CALL_TIMEOUT" unique="0" required="0">
a99511
-        <shortdesc lang="en">Define timeout how long a call to HANA to receive information can take.</shortdesc>
a99511
-        <longdesc lang="en">Define timeout how long a call to HANA to receive information can take. This could be eg landscapeHostConfiguration.py.
a99511
-          There are some specific calls to HANA which have their own timeout values. For example the takeover command does not timeout (inf).
a99511
-          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
a99511
-          of your cluster resources.
a99511
-        </longdesc>
a99511
-        <content type="string" default="60" />
a99511
-    </parameter>
a99511
     <parameter name="DIR_EXECUTABLE" unique="0" required="0">
a99511
         <longdesc lang="en">Path to the SAP Hana Instance executable directory. If not set the RA tries /usr/sap/\$SID/\$InstanceName/exe.
a99511
         While InstanceName is the string of "HDB" and \$InstanceNumber for SAP Hana databases.