summaryrefslogtreecommitdiffstats
path: root/doc/rados
diff options
context:
space:
mode:
authorVallari Agrawal <vallari.agrawal@ibm.com>2024-12-18 08:59:47 +0100
committerVallari Agrawal <vallari.agrawal@ibm.com>2025-01-03 11:39:17 +0100
commit571dd531663aa94460d1f4194e70ac25538c7b64 (patch)
tree3ec5694e537776755dde57bff637b4c06b992977 /doc/rados
parentMerge pull request #61217 from gbregman/main (diff)
downloadceph-571dd531663aa94460d1f4194e70ac25538c7b64.tar.xz
ceph-571dd531663aa94460d1f4194e70ac25538c7b64.zip
mon/NVMeofGwMap: add healthcheck warning NVMEOF_GATEWAY_DELETING
Add a warning when NVMeoF gateways are in DELETING state. This happens when there are namespaces under the deleted gateway's ANA group ID. The gateways are removed completely after users manually move these namespaces to another load balancing group. Or if a new gateway is deployed on that host. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Diffstat (limited to 'doc/rados')
-rw-r--r--doc/rados/operations/health-checks.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst
index f5d38948150..a1498a09fd0 100644
--- a/doc/rados/operations/health-checks.rst
+++ b/doc/rados/operations/health-checks.rst
@@ -1665,6 +1665,14 @@ Some of the gateways are in the GW_UNAVAILABLE state. If a NVMeoF daemon has
crashed, the daemon log file (found at ``/var/log/ceph/``) may contain
troubleshooting information.
+NVMEOF_GATEWAY_DELETING
+_______________________
+
+Some of the gateways are in the GW_DELETING state. They will stay in this
+state until all the namespaces under the gateway's load balancing group are
+moved to another load balancing group ID. This is done automatically by the
+load balancing process. If this alert persist for a long time, there might
+be an issue with that process.
Miscellaneous
-------------