summaryrefslogtreecommitdiff
path: root/qa/workunits/rbd/import_export.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/rbd/import_export.sh')
-rwxr-xr-xqa/workunits/rbd/import_export.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/workunits/rbd/import_export.sh b/qa/workunits/rbd/import_export.sh
index a2af194b43a..249ee448e3d 100755
--- a/qa/workunits/rbd/import_export.sh
+++ b/qa/workunits/rbd/import_export.sh
@@ -10,11 +10,11 @@ dd if=/bin/grep of=/tmp/img bs=1k seek=1000000
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