From: Sage Weil Date: Sun, 10 Sep 2017 02:47:06 +0000 (-0400) Subject: qa/standalong/mon/osd-pool-create: fewer pgs in test X-Git-Tag: v12.2.2~175^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=004240eea79b02eb830f3c9e72de8e0216ff7557;p=ceph.git qa/standalong/mon/osd-pool-create: fewer pgs in test This runs afoul of the new max pg per osd limit. Signed-off-by: Sage Weil (cherry picked from commit c9ffeeebebe84111ce3be51c04170804bf2dbc74) --- diff --git a/qa/standalone/mon/osd-pool-create.sh b/qa/standalone/mon/osd-pool-create.sh index 99a6064c0aee..693165d895e2 100755 --- a/qa/standalone/mon/osd-pool-create.sh +++ b/qa/standalone/mon/osd-pool-create.sh @@ -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 | \