mirror of
https://github.com/ceph/ceph
synced 2025-02-08 19:38:47 +00:00
Thrash such that we still exercise the careful throttling in the mgr. Signed-off-by: Sage Weil <sage@redhat.com>
21 lines
467 B
YAML
21 lines
467 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- but it is still running
|
|
- objects unfound and apparently lost
|
|
- slow request
|
|
conf:
|
|
osd:
|
|
osd debug reject backfill probability: .3
|
|
osd scrub min interval: 60
|
|
osd scrub max interval: 120
|
|
osd max backfills: 3
|
|
tasks:
|
|
- thrashosds:
|
|
timeout: 1200
|
|
chance_pgnum_grow: 1
|
|
chance_pgnum_shrink: 1
|
|
chance_pgpnum_fix: 1
|
|
min_in: 8
|
|
aggressive_pg_num_changes: false
|