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

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