]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/mon/osd-pool-create.sh
update sources to 12.2.2
[ceph.git] / ceph / qa / standalone / mon / osd-pool-create.sh
index 99a6064c0aee36ed4f77f98742a61a3f3f9f8277..693165d895e27742ab7f0e019d21afc57c331d12 100755 (executable)
@@ -200,7 +200,7 @@ function TEST_utf8_cli() {
     # the fix for http://tracker.ceph.com/issues/7387.  If it turns out
     # to not be OK (when is the default encoding *not* UTF-8?), maybe
     # the character '黄' can be replaced with the escape $'\xe9\xbb\x84'
-    ceph osd pool create 黄 1024 || return 1
+    ceph osd pool create 黄 16 || return 1
     ceph osd lspools 2>&1 | \
         grep "黄" || return 1
     ceph -f json-pretty osd dump | \