From: Mykola Golub Date: Sun, 19 Mar 2017 11:58:29 +0000 (+0100) Subject: qa/workunits/rbd: don't use deprecated syntax X-Git-Tag: v12.0.3~320^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dda32847e88aa46249f48c39884053270dac6742;p=ceph-ci.git qa/workunits/rbd: don't use deprecated syntax Signed-off-by: Mykola Golub --- diff --git a/qa/workunits/rbd/rbd_mirror_helpers.sh b/qa/workunits/rbd/rbd_mirror_helpers.sh index 9620d2ef829..98beb7891ec 100755 --- a/qa/workunits/rbd/rbd_mirror_helpers.sh +++ b/qa/workunits/rbd/rbd_mirror_helpers.sh @@ -710,7 +710,7 @@ write_image() test -n "${size}" || size=4096 - rbd --cluster ${cluster} -p ${pool} bench-write ${image} \ + rbd --cluster ${cluster} -p ${pool} bench ${image} --io-type write \ --io-size ${size} --io-threads 1 --io-total $((size * count)) \ --io-pattern rand }