]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: wait for quorum for MMonGetVersion 1607/head
authorSage Weil <sage@inktank.com>
Sat, 5 Apr 2014 23:58:55 +0000 (16:58 -0700)
committerSage Weil <sage@inktank.com>
Sat, 5 Apr 2014 23:58:55 +0000 (16:58 -0700)
commit67fd4218d306c0d2c8f0a855a2e5bf18fa1d659e
tree092cdf5c16c242f927b3c89d486e6141e66696cb
parent6a4c50d7f27d2e7632d8c017d09e864e969a05f7
mon: wait for quorum for MMonGetVersion

We should not respond to checks for map versions when we are in the
probing or electing states or else clients will get incorrect results when
they ask what the latest map version is.

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