From dda32847e88aa46249f48c39884053270dac6742 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Sun, 19 Mar 2017 12:58:29 +0100 Subject: [PATCH] qa/workunits/rbd: don't use deprecated syntax Signed-off-by: Mykola Golub --- qa/workunits/rbd/rbd_mirror_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5