This could cause us to incorrectly encode new features into the monstore
that an old mon won't understand.
This is overly conservative; we probably need to persist the set of quorum
features that are supported and use those.
Signed-off-by: Sage Weil <sage@inktank.com>
elector(this),
leader(0),
+ quorum_features(0),
probe_timeout_event(NULL),
paxos(PAXOS_NUM), paxos_service(PAXOS_NUM),
leader = l;
quorum = q;
outside_quorum.clear();
+ quorum_features = 0;
dout(10) << "lose_election, epoch " << epoch << " leader is mon" << leader
<< " quorum is " << quorum << dendl;