From: Kefu Chai Date: Fri, 1 May 2020 06:06:56 +0000 (+0800) Subject: qa/suites/rados: use default objectsize for upgrade tests X-Git-Tag: v14.2.10~84^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34873%2Fhead;p=ceph.git 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 --- 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