From: Kefu Chai Date: Thu, 10 Oct 2019 06:50:58 +0000 (+0800) Subject: crimson/osd: should handle pg_lease and pg_lease_ack X-Git-Tag: v15.1.0~1291^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9cc9529e5709ec4804cc6839da52860cad9330b1;p=ceph.git crimson/osd: should handle pg_lease and pg_lease_ack Signed-off-by: Kefu Chai --- diff --git a/src/crimson/osd/osd.cc b/src/crimson/osd/osd.cc index ddd8742d1a74..0adcc1c35542 100644 --- a/src/crimson/osd/osd.cc +++ b/src/crimson/osd/osd.cc @@ -500,6 +500,10 @@ seastar::future<> OSD::ms_dispatch(ceph::net::Connection* conn, MessageRef m) conn->get_shared(), m); return seastar::now(); + case MSG_OSD_PG_LEASE: + [[fallthrough]]; + case MSG_OSD_PG_LEASE_ACK: + [[fallthrough]]; case MSG_OSD_PG_NOTIFY2: [[fallthrough]]; case MSG_OSD_PG_INFO2: