]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: debug con in ms_handle_connect 13540/head
authorSage Weil <sage@redhat.com>
Mon, 20 Feb 2017 14:55:47 +0000 (09:55 -0500)
committerSage Weil <sage@redhat.com>
Mon, 20 Feb 2017 14:55:47 +0000 (09:55 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index 08b727f5d25bd2653b53301cd6b350020b014e13..d925886166a64d21f73615b0f19923f7a4157587 100644 (file)
@@ -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();