]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/cli-integration/rbd/unmap.t
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / cli-integration / rbd / unmap.t
index aa381b1bc20396290f5e1dda8f18a70fb4a89e13..06b8ee666c1ca2bea333a6bf376cbb6535a0f507 100644 (file)
@@ -3,13 +3,13 @@ Setup
 =====
 
   $ rbd create --size 1 img
-  $ rbd snap create img@snap
+  $ rbd snap create img@snap --no-progress
   $ rbd create --size 1 anotherimg
   $ ceph osd pool create custom >/dev/null 2>&1
   $ rbd pool init custom
   $ rbd create --size 1 custom/img
-  $ rbd snap create custom/img@snap
-  $ rbd snap create custom/img@anothersnap
+  $ rbd snap create custom/img@snap --no-progress
+  $ rbd snap create custom/img@anothersnap --no-progress
 
 Spell out device instead of using $DEV - sfdisk is not a joke.