From 696ddb5ef14d82da364966e6ff8bc24c249c8a5a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Nov 2016 11:37:03 -0500 Subject: [PATCH] mon/OSDMonitor: remove obsolete comment We are using new_up_client Signed-off-by: Sage Weil --- src/mon/OSDMonitor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index c0222513645de..77ddca1a588d8 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; -- 2.39.5