]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rbd/permissions.sh
update sources to v12.1.2
[ceph.git] / ceph / qa / workunits / rbd / permissions.sh
index 643b9740e6333669967d552b4f2d999b4b505736..a435a67bb92cae908c4e19c6a04c28fe87df2a10 100755 (executable)
@@ -4,7 +4,9 @@ IMAGE_FEATURES="layering,exclusive-lock,object-map,fast-diff"
 
 create_pools() {
     ceph osd pool create images 100
+    rbd pool init images
     ceph osd pool create volumes 100
+    rbd pool init volumes
 }
 
 delete_pools() {