Skip to content

Commit f97f1dc

Browse files
committed
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 <[email protected]>
1 parent 1d377a8 commit f97f1dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ overrides:
3434
- OSD_ROOT_DOWN
3535
- PG_DEGRADED
3636
- NVMEOF_SINGLE_GATEWAY
37+
- CEPHADM_FAILED_DAEMON

qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks:
1717
host.a:
1818
- ceph orch ls nvmeof --export > /tmp/nvmeof-orig.yaml
1919
- cp /tmp/nvmeof-orig.yaml /tmp/nvmeof-no-huge-page.yaml
20-
- "sed -i '/ pool: mypool/a\\ spdk_mem_size: 4096' /tmp/nvmeof-no-huge-page.yaml"
20+
- "sed -i '/ pool: mypool/a\\ spdk_mem_size: 8192' /tmp/nvmeof-no-huge-page.yaml"
2121
- cat /tmp/nvmeof-no-huge-page.yaml
2222
- ceph orch ls
2323
- ceph orch apply -i /tmp/nvmeof-no-huge-page.yaml

0 commit comments

Comments
 (0)