projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e32d71
)
crush: support new indep mode and SET_* steps (crush v2) by default
author
Ilya Dryomov
<ilya.dryomov@inktank.com>
Tue, 24 Dec 2013 19:19:27 +0000
(21:19 +0200)
committer
Ilya Dryomov
<ilya.dryomov@inktank.com>
Tue, 31 Dec 2013 18:32:29 +0000
(20:32 +0200)
Add CRUSH_V2 feature (new indep mode and SET_* steps) to a set of
features supported by default.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
include/linux/ceph/ceph_features.h
patch
|
blob
|
history
diff --git
a/include/linux/ceph/ceph_features.h
b/include/linux/ceph/ceph_features.h
index 003ea719be65820178b62735c8898e62cf159885..5f42e44129094459614d072d75fd0cf5acc53382 100644
(file)
--- a/
include/linux/ceph/ceph_features.h
+++ b/
include/linux/ceph/ceph_features.h
@@
-79,7
+79,8
@@
static inline u64 ceph_sanitize_features(u64 features)
CEPH_FEATURE_CRUSH_TUNABLES | \
CEPH_FEATURE_CRUSH_TUNABLES2 | \
CEPH_FEATURE_REPLY_CREATE_INODE | \
- CEPH_FEATURE_OSDHASHPSPOOL)
+ CEPH_FEATURE_OSDHASHPSPOOL | \
+ CEPH_FEATURE_CRUSH_V2)
#define CEPH_FEATURES_REQUIRED_DEFAULT \
(CEPH_FEATURE_NOSRCADDR | \