]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: decrease default deep scrub chunk size 59636/head
authorRonen Friedman <rfriedma@redhat.com>
Fri, 6 Sep 2024 12:49:12 +0000 (15:49 +0300)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 12 Sep 2024 18:18:02 +0000 (13:18 -0500)
commit8c2ed94e9cbc7b1ed84b034a65b126e16b18a596
treec9ecb580033fe3f08e33f3df4eb83ede6dc0e0bd
parent710357da47df1cbcd5a9e84c23d9dd8edfc9f71a
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>
src/common/options/osd.yaml.in