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 <vallari.agrawal@ibm.com>
(cherry picked from commit
f97f1dc290c90a810b6d60f8b790f444ae8e7848)
- OSD_ROOT_DOWN
- PG_DEGRADED
- NVMEOF_SINGLE_GATEWAY
+ - CEPHADM_FAILED_DAEMON
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