]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Adding image feature layering 33564/head
authorjulpark-rh <yonhyun@gmail.com>
Wed, 26 Feb 2020 18:48:35 +0000 (10:48 -0800)
committerjulpark-rh <yonhyun@gmail.com>
Wed, 26 Feb 2020 18:48:35 +0000 (10:48 -0800)
Signed-off-by: julpark-rh <yonhyun@gmail.com>
qa/workunits/rbd/image_read.sh

index ddca8356ef6b7e8d2a3ea050f84b8f81b64c255c..3ffe15076bc18b90b3c7df866fd31d447bc65229 100755 (executable)
@@ -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
+