Add return to handle_flush_op when stopping the PG

This commit is contained in:
Vitaliy Filippov
2026-05-18 01:17:56 +03:00
parent 40517c335f
commit 0007a831b6
+1
View File
@@ -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;
}
}
}