]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: decrease default deep scrub chunk size 59791/head
authorRonen Friedman <rfriedma@redhat.com>
Fri, 6 Sep 2024 12:49:12 +0000 (15:49 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 15 Sep 2024 07:36:53 +0000 (10:36 +0300)
commit0841603023ba53923a986f2fb96ab7105630c9d3
tree1bc68229fedc3ec5d173750cf18c016b1506d5d6
parent8921c8ef947807b717db041d85f0761b7914d5fc
osd/scrub: decrease default deep scrub chunk size

The previous default of 25 objects per chunk proved to take too long
(many hundreds of milliseconds) on a busy cluster. As the scrubber
locks all objects in the chunk for the duration, a large chunk size
can cause a significant impact on the client ops' latencies.

Fixes: https://tracker.ceph.com/issues/68057
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit 8c2ed94e9cbc7b1ed84b034a65b126e16b18a596)
src/common/options/osd.yaml.in