From 3972943894ddbd5554958f150e947177c43b6032 Mon Sep 17 00:00:00 2001 From: runsisi Date: Wed, 28 Mar 2018 16:52:58 +0800 Subject: [PATCH] mon/OSDMonitor: logging non-active osd id when handling osd beacon Signed-off-by: runsisi --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3