Skip to content

Commit 7b33f77

Browse files
committed
src/common/options/mon.yaml.in: add mon_nvmeofgw_delete_grace
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 <[email protected]>
1 parent 571dd53 commit 7b33f77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/common/options/mon.yaml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ options:
9191
default: 1000
9292
services:
9393
- mon
94+
- name: mon_nvmeofgw_delete_grace
95+
type: secs
96+
level: advanced
97+
desc: Issue NVMEOF_GATEWAY_DELETING health warning after this amount of time has elapsed
98+
default: 15_min
99+
services:
100+
- mon
94101
- name: mon_mgr_inactive_grace
95102
type: int
96103
level: advanced

0 commit comments

Comments
 (0)