mirror of
https://github.com/ceph/ceph
synced 2025-01-18 00:43:38 +00:00
9d2cc2fd2c
Because it needs the thrasher to have min_in: 4 otherewise k=3,m=1 will block. http://tracker.ceph.com/issues/9648 Fixes: #9648 Signed-off-by: Loic Dachary <loic-201408@dachary.org>
15 lines
262 B
YAML
15 lines
262 B
YAML
tasks:
|
|
- install:
|
|
- ceph:
|
|
conf:
|
|
osd:
|
|
osd max backfills: 1
|
|
log-whitelist:
|
|
- wrongly marked me down
|
|
- objects unfound and apparently lost
|
|
- thrashosds:
|
|
timeout: 1200
|
|
chance_pgnum_grow: 3
|
|
chance_pgpnum_fix: 1
|
|
min_in: 4
|