]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/common/options/mon.yaml.in: add mon_nvmeofgw_delete_grace
authorVallari Agrawal <vallari.agrawal@ibm.com>
Wed, 25 Dec 2024 04:50:26 +0000 (10:20 +0530)
committerVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 6 Jan 2025 13:23:06 +0000 (18:53 +0530)
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>
src/common/options/mon.yaml.in

index ab1634bc154bfaef5572718cbdec020332fd881f..1307030e3fb96f9182e6f670a93c25bc5d8968ec 100644 (file)
@@ -91,6 +91,13 @@ options:
   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