]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/scrub: decrease default deep scrub chunk size
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:46:30 +0000 (10:46 +0300)
commit517ea942bee28e58f3068e28d7bfcfd8be192929
tree2ed9b323b507381b928c69510e6a0bc7ddd2c6f8
parentad58a95da3c1bd2c8eb51f9e83675649e7679713
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