From 8480948c1776632f3a99af5c1de0d657939a34ec Mon Sep 17 00:00:00 2001 From: julpark-rh Date: Wed, 26 Feb 2020 10:48:35 -0800 Subject: [PATCH] Adding image feature layering Signed-off-by: julpark-rh --- qa/workunits/rbd/image_read.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/workunits/rbd/image_read.sh b/qa/workunits/rbd/image_read.sh index ddca8356ef6b7..3ffe15076bc18 100755 --- a/qa/workunits/rbd/image_read.sh +++ b/qa/workunits/rbd/image_read.sh @@ -325,7 +325,7 @@ function create_image() { rbd create "${image_name}" --image-format "${FORMAT}" \ --size "${IMAGE_SIZE}" --order "${OBJECT_ORDER}" \ - --image-shared + --image-shared --image-feature layering } function destroy_image() { @@ -678,3 +678,4 @@ rm -rf $(out_data_dir "${ORIGINAL}") echo "Success!" exit 0 + -- 2.39.5