]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSDMonitor: fix quorum_features comparison in check_cluster_features
authorGreg Farnum <greg@inktank.com>
Thu, 3 Jul 2014 22:24:30 +0000 (15:24 -0700)
committerSage Weil <sage@inktank.com>
Sat, 5 Jul 2014 21:43:27 +0000 (14:43 -0700)
commit0a8d194f2c44a73c31ae8c52fabb430d66d4a1b1
tree0c2e2ce0b4b199f8480c5538efd3ac64231ec439
parenta49c61222f8014db533d8f505ec44d10dc5478e6
OSDMonitor: fix quorum_features comparison in check_cluster_features

We need to see if there's a feature which is not in the quorum_features,
not if there are no features in common!

Signed-off-by: Greg Farnum <greg@inktank.com>
(cherry picked from commit 2280c0eaa9f3f733062085a5e7f7dc23c3bbe291)
src/mon/OSDMonitor.cc