]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/: Retain the default osd_max_backfills limit to 1 for mClock
authorSridhar Seshasayee <sseshasa@redhat.com>
Tue, 11 Apr 2023 16:30:11 +0000 (22:00 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Mon, 1 May 2023 08:47:22 +0000 (14:17 +0530)
commitf72f56bddf8e49f1f26097092f4319b7f29c09ff
treee6ec6523903763615093235dc1b59db795abf04b
parentc760d5806958cd2549c3fee8473409494df1b97e
osd/: Retain the default osd_max_backfills limit to 1 for mClock

The earlier limit of 3 was still aggressive enough to have an impact on
the client and other competing operations. Retain the current default
for mClock. This can be modified if necessary after setting the
osd_mclock_override_recovery_settings option.

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
src/osd/OSD.cc