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