]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove unnecessary debug warning 32077/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 26 Nov 2019 20:18:34 +0000 (12:18 -0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 6 Dec 2019 13:31:08 +0000 (14:31 +0100)
Other message types are expected with MonClient and MgrClient.

Fixes: https://tracker.ceph.com/issues/43036
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit cfba8bb56271b789d74a57578ebb7a21b061d167)

src/mds/MDSRank.cc

index ce927f979c175ea0a47e884cdefcb8d978b1d581..70f22bfd1276dd417b376c9578087995a0a91247 100644 (file)
@@ -1031,7 +1031,6 @@ bool MDSRank::_dispatch(const Message::const_ref &m, bool new_msg)
     waiting_for_nolaggy.push_back(m);
   } else {
     if (!handle_deferrable_message(m)) {
-      dout(0) << "unrecognized message " << *m << dendl;
       return false;
     }