From: runsisi Date: Wed, 28 Mar 2018 08:52:58 +0000 (+0800) Subject: mon/OSDMonitor: logging non-active osd id when handling osd beacon X-Git-Tag: v13.1.0~455^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21092%2Fhead;p=ceph.git mon/OSDMonitor: logging non-active osd id when handling osd beacon Signed-off-by: runsisi --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 2ec3541a08aa..92ab515df1b8 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2931,7 +2931,7 @@ bool OSDMonitor::prepare_beacon(MonOpRequestRef op) if (!src.is_osd() || !osdmap.is_up(from) || beacon->get_orig_source_inst() != osdmap.get_inst(from)) { - dout(1) << " ignoring beacon from non-active osd." << dendl; + dout(1) << " ignoring beacon from non-active osd." << from << dendl; return false; }