]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/osd: more verbose logging
authorKefu Chai <kchai@redhat.com>
Mon, 4 Mar 2019 03:15:56 +0000 (11:15 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 21 Mar 2019 12:46:22 +0000 (20:46 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd.cc

index a407f847618f53168c6049143590dcb7d6ff131f..67d6ac2a1103f07f789f4c8b42e71a0f9793713e 100644 (file)
@@ -506,7 +506,8 @@ seastar::future<> OSD::handle_osd_map(ceph::net::ConnectionRef conn,
 
   const auto first = m->get_first();
   const auto last = m->get_last();
-
+  logger().info("handle_osd_map epochs [{}..{}], i have {}, src has [{}..{}]",
+                first, last, superblock.newest_map, m->oldest_map, m->newest_map);
   // make sure there is something new, here, before we bother flushing
   // the queues and such
   if (last <= superblock.newest_map) {