diff --git a/src/client/Client.cc b/src/client/Client.cc index 767d08fafa451..898ea2ad317f5 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -2512,6 +2512,12 @@ void Client::handle_osd_map(MOSDMap *m) return o.is_blacklisted(myaddrs);}); } + // 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 {