From 69b29008fb8a6074150ee541bac7d0a321a2dc34 Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Mon, 27 Jun 2022 11:18:43 -0400 Subject: [PATCH] qa/suites/fs: skip check-counters for iogen workload We currently run "iogen -n 5 -s 2g" for about 10 minutes. This workload does not always generate export/import of subtrees that is being checked by iogen.yaml. iogen workload is suited for running heavily fragmented I/O on a file system, and not for growing directory trees. Fixes: https://tracker.ceph.com/issues/54108 Signed-off-by: Ramana Raja --- qa/suites/fs/workload/tasks/workunit/suites/iogen.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/fs/workload/tasks/workunit/suites/iogen.yaml b/qa/suites/fs/workload/tasks/workunit/suites/iogen.yaml index d45d4ea3c3f..b8beb9e9742 100644 --- a/qa/suites/fs/workload/tasks/workunit/suites/iogen.yaml +++ b/qa/suites/fs/workload/tasks/workunit/suites/iogen.yaml @@ -1,3 +1,6 @@ +overrides: + check-counter: + dry_run: true tasks: - workunit: clients: -- 2.39.5