From: Vallari Agrawal Date: Wed, 27 May 2026 12:17:55 +0000 (+0530) Subject: qa/suites/nvmeof: ignore "have only 1 nvmeof gateway" X-Git-Tag: v21.0.1~104^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F69135%2Fhead;p=ceph.git qa/suites/nvmeof: ignore "have only 1 nvmeof gateway" Add "have only 1 nvmeof gateway" to ignorelist. NVMEOF_SINGLE_GATEWAY is already part of ignorelist but tests sometimes fail on "have only 1 nvmeof gateway". Thrasher or scalability tests can trigger this but there are enough asserts to ensure all expected gateways are up, we can safely ignore this healthcheck warning. Fixes: https://tracker.ceph.com/issues/75913 Signed-off-by: Vallari Agrawal --- diff --git a/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml b/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml index 1feea97176a..25af0eecc42 100644 --- a/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml +++ b/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml @@ -36,4 +36,6 @@ overrides: - OSD_ROOT_DOWN - PG_DEGRADED - NVMEOF_SINGLE_GATEWAY + - have only 1 nvmeof gateway + - has 1 gateway - CEPHADM_FAILED_DAEMON diff --git a/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml b/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml index db29abcb6dd..0f54ebcf61d 100644 --- a/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml +++ b/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml @@ -15,6 +15,8 @@ overrides: # nvmeof daemon thrashing - CEPHADM_FAILED_DAEMON - NVMEOF_SINGLE_GATEWAY + - have only 1 nvmeof gateway + - has 1 gateway - NVMEOF_GATEWAY_DOWN - are in unavailable state - is unavailable diff --git a/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml b/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml index dcd41368a93..46afef1420e 100644 --- a/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml +++ b/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml @@ -10,6 +10,8 @@ overrides: # nvmeof daemon thrashing - CEPHADM_FAILED_DAEMON - NVMEOF_SINGLE_GATEWAY + - have only 1 nvmeof gateway + - has 1 gateway - NVMEOF_GATEWAY_DOWN - are in unavailable state - is unavailable