From: julpark-rh Date: Thu, 27 Feb 2020 21:33:27 +0000 (-0800) Subject: rbd_map_unmap, added the image-feature layering X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33589%2Fhead;p=ceph.git rbd_map_unmap, added the image-feature layering --- diff --git a/qa/workunits/rbd/map-unmap.sh b/qa/workunits/rbd/map-unmap.sh index 99863849eb140..653ddf660831a 100755 --- a/qa/workunits/rbd/map-unmap.sh +++ b/qa/workunits/rbd/map-unmap.sh @@ -29,7 +29,7 @@ function map_unmap() { #### Start -rbd create "${IMAGE_NAME}" --size="${IMAGE_SIZE}" +rbd create "${IMAGE_NAME}" --size="${IMAGE_SIZE}" --image-feature layering COUNT=0 START_TIME=$(get_time)