]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/osd/pg: call PGBackend::on_actingset_changed in PG::stop
authorSamuel Just <sjust@redhat.com>
Fri, 28 Mar 2025 01:50:10 +0000 (18:50 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 21 Apr 2025 16:31:02 +0000 (09:31 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/pg.cc

index 5e87fc045f75f49a0decf0adc9809fa219c71a09..cb0689d2e31eb029160d37b2cd3a36f6a75849f6 100644 (file)
@@ -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] {