From f97f1dc290c90a810b6d60f8b790f444ae8e7848 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Wed, 17 Sep 2025 12:02:23 +0530 Subject: [PATCH] qa: Add CEPHADM_FAILED_DAEMON to nvmeof ignorelist During nvmeof gateway deployment, these healtcheck warnings come up and get resolved pretty quickly themselves. We can safely add it to ignorelist because if the gateways were down later in test, another healtcheck NVMEOF_GATEWAY_DOWN would fail the test. Also increase no-huge-pages spdk_mem_size from 4096 to 8192 Signed-off-by: Vallari Agrawal --- qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml | 1 + .../10-subsys-90-namespace-no_huge_pages.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 3820b7f411d..fc153ead844 100644 --- a/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml +++ b/qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml @@ -34,3 +34,4 @@ overrides: - OSD_ROOT_DOWN - PG_DEGRADED - NVMEOF_SINGLE_GATEWAY + - CEPHADM_FAILED_DAEMON diff --git a/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml b/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml index 72895e34a82..ff8dc03d910 100644 --- a/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml +++ b/qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml @@ -17,7 +17,7 @@ tasks: host.a: - ceph orch ls nvmeof --export > /tmp/nvmeof-orig.yaml - cp /tmp/nvmeof-orig.yaml /tmp/nvmeof-no-huge-page.yaml - - "sed -i '/ pool: mypool/a\\ spdk_mem_size: 4096' /tmp/nvmeof-no-huge-page.yaml" + - "sed -i '/ pool: mypool/a\\ spdk_mem_size: 8192' /tmp/nvmeof-no-huge-page.yaml" - cat /tmp/nvmeof-no-huge-page.yaml - ceph orch ls - ceph orch apply -i /tmp/nvmeof-no-huge-page.yaml -- 2.47.3