]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MonClient: use FEATUREMASK for testing for SERVER_KRAKEN on the server
authorSage Weil <sage@redhat.com>
Fri, 3 Feb 2017 12:56:08 +0000 (07:56 -0500)
committerSage Weil <sage@redhat.com>
Mon, 6 Feb 2017 20:43:50 +0000 (15:43 -0500)
commit6d91f707be75fd62a806d2cfcc70c37d87b268f9
tree3dc33d2851970cbfc26f90cc113277c2c021bf5d
parenta5feb249793383b4d3520e15ef7a278f1e6094e2
mon/MonClient: use FEATUREMASK for testing for SERVER_KRAKEN on the server

The mon we are talking to may be an old ceph-mon with the prior meanging of
the SERVER_KRAKEN bit; use the mask to disambiguate instead of testing for
two featurse explicitly.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonClient.cc