Skip to content

Commit

Permalink
Merge pull request #17819 from neha-ojha/wip-cbt-teuthology-fix-pg-num
Browse files Browse the repository at this point in the history
qa/suites/rados/perf: create pool with lower pg_num

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
liewegas committed Sep 22, 2017
2 parents fb532ad + 11d8dfe commit ccc08f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qa/suites/rados/perf/workloads/sample_fio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ tasks:
iterations: 1
pool_profiles:
rbd:
pg_size: 512
pgp_size: 512
pg_size: 128
pgp_size: 128
replication: 3
4 changes: 2 additions & 2 deletions qa/suites/rados/perf/workloads/sample_radosbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ tasks:
iterations: 1
pool_profiles:
replicated:
pg_size: 512
pgp_size: 512
pg_size: 256
pgp_size: 256
replication: 'replicated'

0 comments on commit ccc08f2

Please sign in to comment.