From f7660a5d7ff6adf52814d96c8fede917977c3436 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Mon, 19 May 2025 11:38:21 +0530 Subject: [PATCH] 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 (cherry picked from commit ec3d4fc1cbb41022f0ae425a89dd7283dd0d23a4) --- qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml | 2 ++ qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml | 2 ++ qa/suites/nvmeof/thrash/workloads/fio.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml b/qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml index f60065dd27d..4c563194453 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 912aa378aec..0dcc3a3527c 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 0b56f581575..0b87baad61b 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 -- 2.39.5