summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mon/Monitor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc
index 42fc15c5905..9d436f1e569 100644
--- a/src/mon/Monitor.cc
+++ b/src/mon/Monitor.cc
@@ -1384,7 +1384,6 @@ void Monitor::sync_obtain_latest_monmap(bufferlist &bl)
if (monmap->epoch > latest_monmap.epoch)
latest_monmap = *monmap;
- assert(latest_monmap.epoch > 0);
dout(1) << __func__ << " obtained monmap e" << latest_monmap.epoch << dendl;
latest_monmap.encode(bl, CEPH_FEATURES_ALL);