From 0007a831b6fb85de19108731e78313b525c6ac9d Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 15 May 2026 00:33:13 +0300 Subject: [PATCH] Add return to handle_flush_op when stopping the PG --- src/osd/osd_flush.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/osd_flush.cpp b/src/osd/osd_flush.cpp index 319667d5..e2aad325 100644 --- a/src/osd/osd_flush.cpp +++ b/src/osd/osd_flush.cpp @@ -97,6 +97,7 @@ void osd_t::handle_flush_op(bool rollback, pool_id_t pool_id, pg_num_t pg_num, p { // Will repeer/stop this PG msgr.stop_client(peer_it->second->client_id); + return; } } }