From a4cd43b6a3d9a17aa2555949144062374814d7e8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 1 May 2020 14:06:56 +0800 Subject: [PATCH] qa/suites/rados: use default objectsize for upgrade tests in pre-nautilus release, rados cli does not accept `-O` option, so we should not pass `-O` to this tool. otherwise we will have following failure: ``` 2020-05-01T05:47:04.863 INFO:tasks.radosbench.radosbench.2.smithi183.stderr:unrecognized command -O; -h or --help for usage 2020-05-01T05:47:04.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 ``` this change is not cherry-picked from master. as we don't perfor upgrade tests from pre-nautilus releases Signed-off-by: Kefu Chai --- .../rados/thrash-old-clients/workloads/radosbench.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qa/suites/rados/thrash-old-clients/workloads/radosbench.yaml b/qa/suites/rados/thrash-old-clients/workloads/radosbench.yaml index 6a89a4e6ee4e..d0022fef32b5 100644 --- a/qa/suites/rados/thrash-old-clients/workloads/radosbench.yaml +++ b/qa/suites/rados/thrash-old-clients/workloads/radosbench.yaml @@ -8,26 +8,34 @@ overrides: tasks: - full_sequential: - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 - radosbench: + objectsize: 0 clients: [client.2] time: 90 -- 2.47.3