Skip to content

Commit a7e8c74

Browse files
committed
crimson/osd/pg: call PGBackend::on_actingset_changed in PG::stop
Signed-off-by: Samuel Just <[email protected]>
1 parent 2bd32f7 commit a7e8c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/osd/pg.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@ seastar::future<> PG::stop()
14601460
cancel_remote_recovery_reservation();
14611461
check_readable_timer.cancel();
14621462
renew_lease_timer.cancel();
1463+
backend->on_actingset_changed(false);
14631464
return osdmap_gate.stop().then([this] {
14641465
return wait_for_active_blocker.stop();
14651466
}).then([this] {

0 commit comments

Comments
 (0)