diff options
author | Vallari Agrawal <50358181+VallariAg@users.noreply.github.com> | 2025-01-08 16:43:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 16:43:07 +0100 |
commit | a0368dcf3b2dfa1d7b47110bf736ffcc5a0b412f (patch) | |
tree | 6cbb8caf2bc5ed88e7ce89826933dc03ee4882a4 /doc | |
parent | Merge pull request #61136 from cbodley/wip-69301 (diff) | |
parent | mon/NVMeofGwMap: add delay to NVMEOF_GATEWAY_DELETING warning (diff) | |
download | ceph-a0368dcf3b2dfa1d7b47110bf736ffcc5a0b412f.tar.xz ceph-a0368dcf3b2dfa1d7b47110bf736ffcc5a0b412f.zip |
Merge pull request #61127 from VallariAg/wip-nvmeof-delete-healthcheck
mon/NVMeofGwMap: add healthcheck warning NVMEOF_GATEWAY_DELETING
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rados/operations/health-checks.rst | 8 |
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 ------------- |