This will allow adding more arguments for testing combinations
of features in the future.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
dd if=/bin/ln of=/tmp/img1 bs=1k seek=100000
# import, snapshot
-rbd import /tmp/img1 testimg1
+rbd import $RBD_CREATE_ARGS /tmp/img1 testimg1
rbd resize testimg1 --size=256
rbd export testimg1 /tmp/img2
rbd snap create testimg1 --snap=snap1
rbd rm testimg || true
-rbd import /tmp/img testimg
+rbd import $RBD_CREATE_ARGS /tmp/img testimg
rbd export testimg /tmp/img2
cmp /tmp/img /tmp/img2
rm /tmp/img /tmp/img2
-echo OK
\ No newline at end of file
+echo OK