Blame SOURCES/bz1827107-sap-hana-scaleout-1-timeouts-recommendations.patch

25f03e
From 5c868c9d17e1c07711ee5423ed26d8f0f6562692 Mon Sep 17 00:00:00 2001
25f03e
From: Frank Danapfel <frank.danapfel@redhat.com>
25f03e
Date: Wed, 25 Mar 2020 11:09:49 +0100
25f03e
Subject: [PATCH] SAPHanaController: update start/stop/promote/monitor action
25f03e
 default timeouts to match official recommendations
25f03e
25f03e
---
25f03e
 SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController | 12 ++++++------
25f03e
 1 file changed, 6 insertions(+), 6 deletions(-)
25f03e
25f03e
diff --git a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController
25f03e
index 1781b99..08239ed 100755
25f03e
--- a/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController
25f03e
+++ b/SAPHanaSR-ScaleOut-a77e8c6/SAPHana/ra/SAPHanaController
25f03e
@@ -269,13 +269,13 @@ The resource agent uses the following four interfaces provided by SAP:
25f03e
 </parameters>
25f03e
 
25f03e
 <actions>
25f03e
-    <action name="start"   timeout="180" />
25f03e
-    <action name="stop"    timeout="240" />
25f03e
+    <action name="start"   timeout="3600" />
25f03e
+    <action name="stop"    timeout="3600" />
25f03e
     <action name="status"  timeout="60" />
25f03e
-    <action name="monitor" depth="0" timeout="60" interval="120" />
25f03e
-    <action name="monitor" depth="0" timeout="60" interval="121" role="Slave" />
25f03e
-    <action name="monitor" depth="0" timeout="60" interval="119" role="Master" />
25f03e
-    <action name="promote" timeout="320" />
25f03e
+    <action name="monitor" depth="0" timeout="700" interval="60" />
25f03e
+    <action name="monitor" depth="0" timeout="700" interval="61" role="Slave" />
25f03e
+    <action name="monitor" depth="0" timeout="700" interval="60" role="Master" />
25f03e
+    <action name="promote" timeout="3600" />
25f03e
     <action name="demote"  timeout="320" />
25f03e
     <action name="validate-all" timeout="5" />
25f03e
     <action name="meta-data" timeout="5" />