]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/mon/test_pool_quota.sh
update sources to v12.2.1
[ceph.git] / ceph / qa / standalone / mon / test_pool_quota.sh
index dcf89fd26e2d0cae95cf656d517ff0ce0421bc74..7ea6ae0dddc0fb55fa642ba1f5f792212242ea2f 100755 (executable)
@@ -33,8 +33,8 @@ function TEST_pool_quota() {
     run_osd $dir 1 || return 1
     run_osd $dir 2 || return 1
 
-    local poolname=testquoa
-    ceph osd  pool create $poolname 20
+    local poolname=testquota
+    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}'`