]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: print osd as "osd.$osdid" in log message
authorKefu Chai <kchai@redhat.com>
Thu, 12 Oct 2017 12:07:46 +0000 (20:07 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Nov 2017 11:43:22 +0000 (19:43 +0800)
easier to read this way

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c6b71ebf6b7b7c54560f331d5f8e4e24f5a60633)

src/osd/OSD.cc

index 321889fecef6e151f0f4e8f05b0d332cbe1fb965..74338478ccb9381e4ce4358d513685f8f3dc6510 100644 (file)
@@ -8694,7 +8694,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);