]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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, 8 May 2023 10:52:00 +0000 (16:22 +0530)
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

index b50c6dac2d3fe94593b904fce9b02295006d17ab..6ad11ed98921ede7733e7bc683939f0be3033dc1 100644 (file)
@@ -9991,7 +9991,7 @@ bool OSD::maybe_override_options_for_qos(const std::set<std::string> *changed)
       {"osd_recovery_max_active", 0},
       {"osd_recovery_max_active_hdd", 3},
       {"osd_recovery_max_active_ssd", 10},
-      {"osd_max_backfills", 3},
+      {"osd_max_backfills", 1},
     };
 
     // Check if we were called because of a configuration change