Skip to content

Commit

Permalink
Merge pull request ceph#51527 from NitzanMordhai/wip-nitzan-thrash-ei…
Browse files Browse the repository at this point in the history
…o-pool-size-correct

test: correct osd pool default size


Reviewed-by: Radoslaw Zarzynski <[email protected]>
Reviewed-by: Neha Ojha <[email protected]>
Reviewed-by: Laura Flores <[email protected]>
Reviewed-by: Matan Breizman <[email protected]>
  • Loading branch information
yuriw committed May 25, 2023
2 parents 275c0f5 + c9d98ec commit 925edda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/suites/rados/singleton/all/thrash-backfill-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ overrides:
ceph:
conf:
mon:
osd default pool size: 3
osd pool default size: 3
osd min pg log entries: 5
osd max pg log entries: 10
tasks:
Expand Down
4 changes: 2 additions & 2 deletions qa/suites/rados/singleton/all/thrash-eio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
override:
overrides:
ceph:
conf:
mon:
osd default pool size: 3
osd pool default size: 3
tasks:
- install:
- ceph:
Expand Down

0 comments on commit 925edda

Please sign in to comment.