From: Sage Weil Date: Mon, 7 Nov 2016 16:37:03 +0000 (-0500) Subject: mon/OSDMonitor: remove obsolete comment X-Git-Tag: v11.1.0~334^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=696ddb5ef14d82da364966e6ff8bc24c249c8a5a;p=ceph.git mon/OSDMonitor: remove obsolete comment We are using new_up_client Signed-off-by: Sage Weil --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index c0222513645d..77ddca1a588d 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2171,7 +2171,6 @@ bool OSDMonitor::prepare_boot(MonOpRequestRef op) } wait_for_finished_proposal(op, new C_RetryMessage(this, op)); } else if (pending_inc.new_up_client.count(from)) { - //FIXME: should this be using new_up_client? // already prepared, just wait dout(7) << __func__ << " already prepared, waiting on " << m->get_orig_source_addr() << dendl;