From: Vallari Agrawal Date: Wed, 17 Sep 2025 06:32:23 +0000 (+0530) Subject: qa: Add CEPHADM_FAILED_DAEMON to nvmeof ignorelist X-Git-Tag: v20.2.1~86^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69076ae10220399a3c6739cabb8cb3ee674dab17;p=ceph.git 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 (cherry picked from commit f97f1dc290c90a810b6d60f8b790f444ae8e7848) --- 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 3820b7f411d1..fc153ead844f 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 72895e34a829..ff8dc03d9105 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