aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph/ceph_features.h
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-03-21 19:05:31 +0200
committerSage Weil <sage@inktank.com>2014-04-04 21:08:05 -0700
commitddf3a21a03d0f01c5ba83deaecd2d0c381d5ef42 (patch)
treefe468a51300acb8f289fa670134fcda53e5859e5 /include/linux/ceph/ceph_features.h
parentlibceph: primary_affinity decode bits (diff)
downloadwireguard-linux-ddf3a21a03d0f01c5ba83deaecd2d0c381d5ef42.tar.xz
wireguard-linux-ddf3a21a03d0f01c5ba83deaecd2d0c381d5ef42.zip
libceph: enable OSDMAP_ENC feature bit
Announce our support for "new" (v7 - split and separately versioned client and osd sections) osdmap enconding. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Alex Elder <elder@linaro.org>
Diffstat (limited to 'include/linux/ceph/ceph_features.h')
-rw-r--r--include/linux/ceph/ceph_features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/ceph_features.h b/include/linux/ceph/ceph_features.h
index 77c097fe9ea9..7a4cab50b2cd 100644
--- a/include/linux/ceph/ceph_features.h
+++ b/include/linux/ceph/ceph_features.h
@@ -90,6 +90,7 @@ static inline u64 ceph_sanitize_features(u64 features)
CEPH_FEATURE_OSD_CACHEPOOL | \
CEPH_FEATURE_CRUSH_V2 | \
CEPH_FEATURE_EXPORT_PEER | \
+ CEPH_FEATURE_OSDMAP_ENC | \
CEPH_FEATURE_CRUSH_TUNABLES3)
#define CEPH_FEATURES_REQUIRED_DEFAULT \