mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
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 <sage@redhat.com>
This commit is contained in:
parent
1010761e6a
commit
c9ffeeebeb
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user