mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
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:
parent
34f524c96b
commit
c6b71ebf6b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user