This config allows to configure the delay in triggering
NVMEOF_GATEWAY_DELETING healthcheck warning, which is
triggered when NVMeoF gateways are in DELETEING state
for too long (indicating a problem in namespace
load-balacing).
The default value for this config is 15 mins.
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
default: 1000
services:
- mon
+- name: mon_nvmeofgw_delete_grace
+ type: secs
+ level: advanced
+ desc: Issue NVMEOF_GATEWAY_DELETING health warning after this amount of time has elapsed
+ default: 15_min
+ services:
+ - mon
- name: mon_mgr_inactive_grace
type: int
level: advanced