From bcbfd448dc6efce30ef1e03febf264e7fe4f1761 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Fri, 13 Mar 2026 14:17:46 +0530 Subject: [PATCH] qa: ignore NVMEOF_GATEWAY_DOWN in nvmeof_scalability.yaml Sometimes during scale-up/scale-down, a gateway goes in UNAVAILABLE state (which triggers NVMEOF_GATEWAY_DOWN warning) for a couple of seconds and self-recovers. In this, none of the scale test asserts fail. So NVMEOF_GATEWAY_DOWN can be ignorelist, because scale test asserts on expected gw count and checks if all expected gws are AVAILABLE between each iteration of scale-up/scale-down. Fixes: https://tracker.ceph.com/issues/75179 Signed-off-by: Vallari Agrawal (cherry picked from commit 34c0c8dc5737107c3e33ba8ffe8d9fe6fa2f8d42) --- qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml b/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml index efbd66d81252..53e9099b182d 100644 --- a/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml +++ b/qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml @@ -1,3 +1,8 @@ +overrides: + ceph: + log-ignorelist: + - NVMEOF_GATEWAY_DOWN + tasks: - nvmeof: installer: host.a -- 2.47.3