]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: register for 'osd_max_scrubs' config changes
authorRonen Friedman <rfriedma@redhat.com>
Thu, 26 Dec 2024 13:06:10 +0000 (07:06 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 29 Dec 2024 11:31:57 +0000 (05:31 -0600)
commitab5c5d7d1d7b600729269f19a9c61277fad84de0
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