]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/ceph-helpers-root.sh
update sources to v12.1.2
[ceph.git] / ceph / qa / workunits / ceph-helpers-root.sh
index a622bd5ab96e26ffc63c9f4c1d401c6a7d91f0b8..f65f591f4c8b096dd88e38c05f59f72191274c7d 100755 (executable)
@@ -76,6 +76,7 @@ function pool_read_write() {
     ceph osd pool create $test_pool 4 || return 1
     ceph osd pool set $test_pool size $size || return 1
     ceph osd pool set $test_pool min_size $size || return 1
+    ceph osd pool application enable $test_pool rados
 
     echo FOO > $dir/BAR
     timeout $timeout rados --pool $test_pool put BAR $dir/BAR || return 1