Merge pull request #17819 from neha-ojha/wip-cbt-teuthology-fix-pg-num

qa/suites/rados/perf: create pool with lower pg_num

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Sage Weil 2017-09-22 16:08:14 -05:00 committed by GitHub
commit ccc08f2007
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@ tasks:
iterations: 1
pool_profiles:
rbd:
pg_size: 512
pgp_size: 512
pg_size: 128
pgp_size: 128
replication: 3

View File

@ -18,6 +18,6 @@ tasks:
iterations: 1
pool_profiles:
replicated:
pg_size: 512
pgp_size: 512
pg_size: 256
pgp_size: 256
replication: 'replicated'