We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 711c10c + 8c2ed94 commit fc3e0bfCopy full SHA for fc3e0bf
src/common/options/osd.yaml.in
@@ -349,8 +349,10 @@ options:
349
type: int
350
level: advanced
351
desc: Maximum number of objects to deep-scrub in a single chunk
352
- fmt_desc: The maximum number of object store chunks to scrub during single operation.
353
- default: 25
+ fmt_desc: The maximum number of objects to deep-scrub during single internal
+ scrub operation. Large values would improve scrubbing performance but
354
+ may adversely affect client operations' latency.
355
+ default: 15
356
see_also:
357
- osd_scrub_chunk_min
358
with_legacy: true
0 commit comments