From 7f8bcdc7d1f79e68e98cc09375d273087dab25ed Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 27 May 2026 17:47:55 +0530 Subject: [PATCH] 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 --- qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml | 2 ++ qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml | 2 ++ qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.47.3