Skip to content

Commit

Permalink
Merge pull request ceph#59636 from ronen-fr/wip-rf-smaller-deep-chunk
Browse files Browse the repository at this point in the history
osd/scrub: decrease default deep scrub chunk size

Reviewed-by: Samuel Just <[email protected]>
  • Loading branch information
ronen-fr authored Sep 15, 2024
2 parents 711c10c + 8c2ed94 commit fc3e0bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/common/options/osd.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,10 @@ options:
type: int
level: advanced
desc: Maximum number of objects to deep-scrub in a single chunk
fmt_desc: The maximum number of object store chunks to scrub during single operation.
default: 25
fmt_desc: The maximum number of objects to deep-scrub during single internal
scrub operation. Large values would improve scrubbing performance but
may adversely affect client operations' latency.
default: 15
see_also:
- osd_scrub_chunk_min
with_legacy: true
Expand Down

0 comments on commit fc3e0bf

Please sign in to comment.