diff options
author | Ilya Dryomov <ilya.dryomov@inktank.com> | 2014-03-21 13:05:31 -0400 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2014-04-05 00:08:05 -0400 |
commit | ddf3a21a03d0f01c5ba83deaecd2d0c381d5ef42 (patch) | |
tree | fe468a51300acb8f289fa670134fcda53e5859e5 /include/linux/ceph/ceph_features.h | |
parent | 63a6993f521b2629872e89c02a336fb3f18b092b (diff) |
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.h | 1 |
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) | |||
90 | CEPH_FEATURE_OSD_CACHEPOOL | \ | 90 | CEPH_FEATURE_OSD_CACHEPOOL | \ |
91 | CEPH_FEATURE_CRUSH_V2 | \ | 91 | CEPH_FEATURE_CRUSH_V2 | \ |
92 | CEPH_FEATURE_EXPORT_PEER | \ | 92 | CEPH_FEATURE_EXPORT_PEER | \ |
93 | CEPH_FEATURE_OSDMAP_ENC | \ | ||
93 | CEPH_FEATURE_CRUSH_TUNABLES3) | 94 | CEPH_FEATURE_CRUSH_TUNABLES3) |
94 | 95 | ||
95 | #define CEPH_FEATURES_REQUIRED_DEFAULT \ | 96 | #define CEPH_FEATURES_REQUIRED_DEFAULT \ |