Skip to content

Commit 925edda

Browse files
authored
Merge pull request ceph#51527 from NitzanMordhai/wip-nitzan-thrash-eio-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]>
2 parents 275c0f5 + c9d98ec commit 925edda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

qa/suites/rados/singleton/all/thrash-backfill-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ overrides:
1616
ceph:
1717
conf:
1818
mon:
19-
osd default pool size: 3
19+
osd pool default size: 3
2020
osd min pg log entries: 5
2121
osd max pg log entries: 10
2222
tasks:

qa/suites/rados/singleton/all/thrash-eio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ openstack:
1212
- volumes: # attached to each instance
1313
count: 3
1414
size: 10 # GB
15-
override:
15+
overrides:
1616
ceph:
1717
conf:
1818
mon:
19-
osd default pool size: 3
19+
osd pool default size: 3
2020
tasks:
2121
- install:
2222
- ceph:

0 commit comments

Comments
 (0)