From 5c868c9d17e1c07711ee5423ed26d8f0f6562692 Mon Sep 17 00:00:00 2001
From: Frank Danapfel <frank.danapfel@redhat.com>
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:
</parameters>
<actions>
- <action name="start" timeout="180" />
- <action name="stop" timeout="240" />
+ <action name="start" timeout="3600" />
+ <action name="stop" timeout="3600" />
<action name="status" timeout="60" />
- <action name="monitor" depth="0" timeout="60" interval="120" />
- <action name="monitor" depth="0" timeout="60" interval="121" role="Slave" />
- <action name="monitor" depth="0" timeout="60" interval="119" role="Master" />
- <action name="promote" timeout="320" />
+ <action name="monitor" depth="0" timeout="700" interval="60" />
+ <action name="monitor" depth="0" timeout="700" interval="61" role="Slave" />
+ <action name="monitor" depth="0" timeout="700" interval="60" role="Master" />
+ <action name="promote" timeout="3600" />
<action name="demote" timeout="320" />
<action name="validate-all" timeout="5" />
<action name="meta-data" timeout="5" />