]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/mon/rbd_snaps_ops.sh
update sources to v12.1.2
[ceph.git] / ceph / qa / workunits / mon / rbd_snaps_ops.sh
index a11172d1014f7e2fe6eb2e6a868ad854ac2151ea..3ff7e7603373cd884344028a223e16f6666f34b6 100755 (executable)
@@ -23,11 +23,13 @@ expect 'ceph osd pool create test 256 256' 0
 expect 'ceph osd pool mksnap test snapshot' 0
 expect 'ceph osd pool rmsnap test snapshot' 0
 
+expect 'rbd --pool=test pool init' 0
 expect 'rbd --pool=test --rbd_validate_pool=false create --size=102400 image' 0
 expect 'rbd --pool=test snap create image@snapshot' 22
 
 expect 'ceph osd pool delete test test --yes-i-really-really-mean-it' 0
 expect 'ceph osd pool create test 256 256' 0
+expect 'rbd --pool=test pool init' 0
 expect 'rbd --pool=test create --size=102400 image' 0
 expect 'rbd --pool=test snap create image@snapshot' 0
 expect 'rbd --pool=test snap ls image' 0