Skip to content

Commit cbad3e4

Browse files
committed
crimson/osd/osd: handle_scrub_message on any core
After enabling multicore cluster messenger, there is no guarantee which core will handle the request. See: OSDSingletonState::send_to_osd() Signed-off-by: Matan Breizman <[email protected]>
1 parent ab239ad commit cbad3e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crimson/osd/osd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@ seastar::future<> OSD::handle_scrub_message(
12681268
crimson::net::ConnectionRef conn,
12691269
Ref<MOSDFastDispatchOp> m)
12701270
{
1271-
ceph_assert(seastar::this_shard_id() == PRIMARY_CORE);
12721271
return pg_shard_manager.start_pg_operation<
12731272
crimson::osd::ScrubMessage
12741273
>(m, conn, m->get_min_epoch(), m->get_spg()).second;

0 commit comments

Comments
 (0)