Skip to content

Commit

Permalink
Merge pull request #21092 from runsisi/wip-osdmon-log
Browse files Browse the repository at this point in the history
mon/OSDMonitor: logging non-active osd id when handling osd beacon

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
tchaikov committed Mar 29, 2018
2 parents 9502b12 + 3972943 commit 60d1787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/OSDMonitor.cc
Expand Up @@ -2932,7 +2932,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;
}

Expand Down

0 comments on commit 60d1787

Please sign in to comment.