Skip to content

Commit

Permalink
mon: MonmapMonitor: return success when monitor will be removed
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/17725

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
  • Loading branch information
jecluis committed Nov 2, 2016
1 parent d033f15 commit c9d46cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mon/MonmapMonitor.cc
Expand Up @@ -461,6 +461,7 @@ bool MonmapMonitor::prepare_command(MonOpRequestRef op)
ss << "removing mon." << name << " at " << addr
<< ", there will be " << pending_map.size() << " monitors" ;
propose = true;
err = 0;
goto reply;

} else {
Expand Down

0 comments on commit c9d46cf

Please sign in to comment.