]> 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 85941a895f631870062953393b457c10a1be8031..7ea6ae0dddc0fb55fa642ba1f5f792212242ea2f 100755 (executable)
@@ -33,7 +33,7 @@ function TEST_pool_quota() {
     run_osd $dir 1 || return 1
     run_osd $dir 2 || return 1
 
-    local poolname=testquoa
+    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}'`