]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalong/mon/osd-pool-create: fewer pgs in test
authorSage Weil <sage@redhat.com>
Sun, 10 Sep 2017 02:47:06 +0000 (22:47 -0400)
committerSage Weil <sage@redhat.com>
Thu, 14 Sep 2017 16:10:13 +0000 (12:10 -0400)
This runs afoul of the new max pg per osd limit.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/mon/osd-pool-create.sh

index dd2aa717a6d5c9fba758a250082ec8bdeb0e8cdd..eb2a21b4e38a3e5ae4c010a3f60a8a5f6f3af64b 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 | \