From: Matan Breizman Date: Thu, 13 Mar 2025 14:29:31 +0000 (+0000) Subject: qa/tasks/radosbench: make use of concurrency flag X-Git-Tag: v20.3.0~344^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62276%2Fhead;p=ceph.git qa/tasks/radosbench: make use of concurrency flag This affects mainly radosbench-high-concurrency.yaml The concurrency flag was only used in non-write scenarios to populate the initial data. We should use this flag with `write` mode as well. Signed-off-by: Matan Breizman --- diff --git a/qa/tasks/radosbench.py b/qa/tasks/radosbench.py index 3a5aee2e265b0..d4d163656260a 100644 --- a/qa/tasks/radosbench.py +++ b/qa/tasks/radosbench.py @@ -121,7 +121,8 @@ def task(ctx, config): '{tdir}/archive/coverage', 'rados', '--no-log-to-stderr', - '--name', role] + '--name', role] + + ['-t', str(concurrency)] + size + objectsize + ['-p' , pool, 'bench', str(config.get('time', 360)), runtype,