From: Vallari Agrawal Date: Mon, 19 May 2025 06:08:21 +0000 (+0530) Subject: qa: reduce nvmeof thrasher fio to 32 devices from 200 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec3d4fc1cbb41022f0ae425a89dd7283dd0d23a4;p=ceph.git qa: reduce nvmeof thrasher fio to 32 devices from 200 This is because teuthology machines are not powerful enough to support fio on huge amount of devices. This commit also adds CEPHADM_STRAY_DAEMON and CEPHADM_DAEMON_PLACE_FAIL to thrasher ignorelist. Signed-off-by: Vallari Agrawal --- diff --git a/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml b/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml index f60065dd27d9b..4c5631944531c 100644 --- a/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml +++ b/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml @@ -19,6 +19,8 @@ overrides: - is unavailable - is in error state - failed cephadm daemon + - CEPHADM_STRAY_DAEMON + - CEPHADM_DAEMON_PLACE_FAIL tasks: - nvmeof.thrash: diff --git a/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml b/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml index 912aa378aec7a..0dcc3a3527c69 100644 --- a/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml +++ b/qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml @@ -14,6 +14,8 @@ overrides: - is unavailable - is in error state - failed cephadm daemon + - CEPHADM_STRAY_DAEMON + - CEPHADM_DAEMON_PLACE_FAIL tasks: - nvmeof.thrash: diff --git a/qa/suites/nvmeof/thrash/workloads/fio.yaml b/qa/suites/nvmeof/thrash/workloads/fio.yaml index 0b56f581575ce..0b87baad61bf6 100644 --- a/qa/suites/nvmeof/thrash/workloads/fio.yaml +++ b/qa/suites/nvmeof/thrash/workloads/fio.yaml @@ -4,7 +4,7 @@ tasks: timeout: 60m clients: client.0: - - nvmeof/fio_test.sh --random_devices 200 + - nvmeof/fio_test.sh --random_devices 32 env: RBD_POOL: mypool NVMEOF_GROUP: mygroup0