]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: register for 'osd_max_scrubs' config changes 61184/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 26 Dec 2024 13:06:10 +0000 (07:06 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 26 Dec 2024 13:07:51 +0000 (07:07 -0600)
commit31e6bacfbf60e3e9222cae354d8527fa92282dbc
tree74d11d52bd72034fd50ba468d05fb5155dbfc4a5
parent5f15a25eced03328950e5bf41db15ba73a5c037d
osd/scrub: register for 'osd_max_scrubs' config changes

Since https://github.com/ceph/ceph/pull/55340, the
osd_max_scrubs (also) affects the parameters of the
async scrub reserver used by the replicas. Thus,
the code must notice and acknowledge changes to this config.

Fixes: https://tracker.ceph.com/issues/69362
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/OSD.cc