Since the short version of --object-size changed from -o to -O, it
does not work with upgrade tests.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked from commit
9673d37f1b72681f7583bf36537575d876da9712)
Conflicts:
qa/tasks/radosbench.py - trivial context difference
if osize is 0:
objectsize = []
else:
- objectsize = ['-o', str(osize)]
+ objectsize = ['--object-size', str(osize)]
size = ['-b', str(config.get('size', 65536))]
# If doing a reading run then populate data
if runtype != "write":