]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: remove bad assert about monmap version
authorSage Weil <sage@inktank.com>
Fri, 5 Jul 2013 23:03:49 +0000 (16:03 -0700)
committerSage Weil <sage@inktank.com>
Mon, 8 Jul 2013 04:19:41 +0000 (21:19 -0700)
commit85a1d6cc5d3852c94d1287b566656c5b5024fa13
tree8eba9dfa61f75771f382ddda3f4d5229fc47f473
parent71ebfe7e1abe4795b46cf00dfe1b03d1893368b0
mon: remove bad assert about monmap version

It is possible to start a sync when our newest monmap is 0.  Usually we see
e0 from probe, but that isn't always published as part of the very first
paxos transaction due to the way PaxosService::_active generates it's
first initial commit.

In any case, having e0 here is harmless.

Fixes: #5509
Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc