diff --git a/src/client/Client.cc b/src/client/Client.cc index 166b5f18b10ef..d133bcf5013d8 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -2500,6 +2500,12 @@ void Client::handle_osd_map(MOSDMap *m) return o.is_blacklisted(myaddr);}); } + // Always subscribe to next osdmap for blacklisted client + // until this client is not blacklisted. + if (blacklisted) { + objecter->maybe_request_map(); + } + if (objecter->osdmap_full_flag()) { _handle_full_flag(-1); } else {