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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ea4f15f92ef3ee7ff6473e99f397ae1404974573;p=ceph-ci.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 a407f847618..67d6ac2a110 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) {