From: Kefu Chai Date: Mon, 4 Mar 2019 03:15:56 +0000 (+0800) Subject: crimson/osd: more verbose logging X-Git-Tag: v15.0.0~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27099%2Fhead;p=ceph.git crimson/osd: more verbose logging Signed-off-by: Kefu Chai --- diff --git a/src/crimson/osd/osd.cc b/src/crimson/osd/osd.cc index a407f847618f..67d6ac2a1103 100644 --- a/src/crimson/osd/osd.cc +++ b/src/crimson/osd/osd.cc @@ -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) {