]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: remove obsolete comment 11293/head
authorSage Weil <sage@redhat.com>
Mon, 7 Nov 2016 16:37:03 +0000 (11:37 -0500)
committerSage Weil <sage@redhat.com>
Mon, 7 Nov 2016 16:37:03 +0000 (11:37 -0500)
We are using new_up_client

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc

index c0222513645de8eab8d4edca654dc944c2a18d18..77ddca1a588d8d6d0617f4e4493490a2cf285ffa 100644 (file)
@@ -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;