From: Sage Weil Date: Mon, 20 Feb 2017 14:55:47 +0000 (-0500) Subject: osd: debug con in ms_handle_connect X-Git-Tag: v12.0.1~294^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13540%2Fhead;p=ceph.git osd: debug con in ms_handle_connect Signed-off-by: Sage Weil --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 08b727f5d25..d925886166a 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -4876,11 +4876,12 @@ void OSD::RemoveWQ::_process( void OSD::ms_handle_connect(Connection *con) { + dout(10) << __func__ << " con " << con << dendl; if (con->get_peer_type() == CEPH_ENTITY_TYPE_MON) { Mutex::Locker l(osd_lock); if (is_stopping()) return; - dout(10) << "ms_handle_connect on mon" << dendl; + dout(10) << __func__ << " on mon" << dendl; if (is_preboot()) { start_boot();