]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/scheduler: drop OpScheduler::update_configuration
authorSamuel Just <sjust@redhat.com>
Fri, 8 Aug 2025 18:11:33 +0000 (11:11 -0700)
committerSamuel Just <sjust@redhat.com>
Tue, 2 Sep 2025 16:18:03 +0000 (16:18 +0000)
commitc678a337314b4ef3c0edc39fb24de6d1c82bd5e6
tree867e39cec25fda42075a89497077739adcfda11a
parent4b8ca5fd1ca3929d9e14000e95b319bb4820a48e
osd/scheduler: drop OpScheduler::update_configuration

This simply calls cct->_conf.apply_changes(nullptr); in
MonCmdSetConfigOnFinish.  Much simpler to just call it there
directly.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/OSD.cc
src/osd/OSD.h
src/osd/scheduler/OpScheduler.h
src/osd/scheduler/mClockScheduler.cc
src/osd/scheduler/mClockScheduler.h