]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rbd/verify_pool.sh
update sources to v12.1.2
[ceph.git] / ceph / qa / workunits / rbd / verify_pool.sh
index 9033343f46f4b0ee40e2ba4d697a8cc1095ae467..f008fb6b3cfb34a0a1193c349278db7d66b7a501 100755 (executable)
@@ -11,6 +11,7 @@ set_up () {
   tear_down
   ceph osd pool create $POOL_NAME $PG_NUM
   ceph osd pool mksnap $POOL_NAME snap
+  rbd pool init $POOL_NAME
 }
 
 trap tear_down EXIT HUP INT