]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/Elector: ignore ACK from peers without required features
authorSage Weil <sage@inktank.com>
Wed, 9 Apr 2014 18:09:14 +0000 (11:09 -0700)
committerSage Weil <sage@inktank.com>
Wed, 9 Apr 2014 18:09:14 +0000 (11:09 -0700)
commitb3b502f132583cc022081c0126bf362448f1a8b3
tree3edc688d9b336b696f9f873986d9ec8e01d17926
parentf1a8934060cde5905968049a6b6674b48d2f4738
mon/Elector: ignore ACK from peers without required features

If an old peer gets a PROPOSE from us, we need to be sure to ignore their
ACK.  Ignoring their PROPOSEs isn't sufficient to keep them out of a
quorum.

Fixes: #8042
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Elector.cc