osd: print osd as "osd.$osdid" in log message

easier to read this way

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-10-12 20:07:46 +08:00
parent 34f524c96b
commit c6b71ebf6b

View File

@ -8174,7 +8174,7 @@ void OSD::do_notifies(
continue;
}
service.share_map_peer(it->first, con.get(), curmap);
dout(7) << __func__ << " osd " << it->first
dout(7) << __func__ << " osd." << it->first
<< " on " << it->second.size() << " PGs" << dendl;
MOSDPGNotify *m = new MOSDPGNotify(curmap->get_epoch(),
it->second);