aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph/ceph_features.h
diff options
context:
space:
mode:
authorIlya Dryomov <ilya.dryomov@inktank.com>2014-01-27 17:40:20 +0200
committerIlya Dryomov <ilya.dryomov@inktank.com>2014-01-27 23:57:57 +0200
commit80e163a58c0c69ef1a0ba3500d9932b14d67bf64 (patch)
tree21b0f5d9b6f1b82b689357246f932002dfe56529 /include/linux/ceph/ceph_features.h
parentlibceph: follow redirect replies from osds (diff)
downloadwireguard-linux-80e163a58c0c69ef1a0ba3500d9932b14d67bf64.tar.xz
wireguard-linux-80e163a58c0c69ef1a0ba3500d9932b14d67bf64.zip
libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature
Announce our (limited, see previous commit) support for CACHEPOOL feature. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
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 d21b34d94436..138448f766b4 100644
--- a/include/linux/ceph/ceph_features.h
+++ b/include/linux/ceph/ceph_features.h
@@ -80,6 +80,7 @@ static inline u64 ceph_sanitize_features(u64 features)
CEPH_FEATURE_CRUSH_TUNABLES2 | \
CEPH_FEATURE_REPLY_CREATE_INODE | \
CEPH_FEATURE_OSDHASHPSPOOL | \
+ CEPH_FEATURE_OSD_CACHEPOOL | \
CEPH_FEATURE_CRUSH_V2 | \
CEPH_FEATURE_EXPORT_PEER)