]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/mon/test_pool_quota.sh
update sources to v12.2.0
[ceph.git] / ceph / qa / standalone / mon / test_pool_quota.sh
index dcf89fd26e2d0cae95cf656d517ff0ce0421bc74..85941a895f631870062953393b457c10a1be8031 100755 (executable)
@@ -34,7 +34,7 @@ function TEST_pool_quota() {
     run_osd $dir 2 || return 1
 
     local poolname=testquoa
-    ceph osd  pool create $poolname 20
+    create_pool $poolname 20
     local objects=`ceph df detail | grep -w $poolname|awk '{print $3}'`
     local bytes=`ceph df detail | grep -w $poolname|awk '{print $4}'`