From: Samuel Just Date: Fri, 28 Mar 2025 01:50:10 +0000 (-0700) Subject: crimson/osd/pg: call PGBackend::on_actingset_changed in PG::stop X-Git-Tag: v20.3.0~43^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a7e8c748363879f6842a673120c3f18965a779cf;p=ceph.git crimson/osd/pg: call PGBackend::on_actingset_changed in PG::stop Signed-off-by: Samuel Just --- diff --git a/src/crimson/osd/pg.cc b/src/crimson/osd/pg.cc index 5e87fc045f75..cb0689d2e31e 100644 --- a/src/crimson/osd/pg.cc +++ b/src/crimson/osd/pg.cc @@ -1460,6 +1460,7 @@ seastar::future<> PG::stop() cancel_remote_recovery_reservation(); check_readable_timer.cancel(); renew_lease_timer.cancel(); + backend->on_actingset_changed(false); return osdmap_gate.stop().then([this] { return wait_for_active_blocker.stop(); }).then([this] {