diff options
author | Alex Elder <elder@inktank.com> | 2013-02-26 15:23:07 -0500 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-26 18:02:11 -0500 |
commit | ec73a754989c27628c9037887df919561280519c (patch) | |
tree | 46c7ed58137fb3155a92f6b94620366c3edb7408 /include/linux/ceph/ceph_features.h | |
parent | 5b191d9914eb68257f47de9d5bfe099b77f0687c (diff) |
ceph: update "ceph_features.h"
This updates "include/linux/ceph/ceph_features.h" so all the feature
bits defined in the user space code are defined here.
The features supported by this implementation will still differ so
that's not updated here.
Signed-off-by: Alex Elder <elder@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.h | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/include/linux/ceph/ceph_features.h b/include/linux/ceph/ceph_features.h index 2160aab482f6..9e0f5a8ba247 100644 --- a/include/linux/ceph/ceph_features.h +++ b/include/linux/ceph/ceph_features.h | |||
@@ -12,12 +12,28 @@ | |||
12 | #define CEPH_FEATURE_MONNAMES (1<<5) | 12 | #define CEPH_FEATURE_MONNAMES (1<<5) |
13 | #define CEPH_FEATURE_RECONNECT_SEQ (1<<6) | 13 | #define CEPH_FEATURE_RECONNECT_SEQ (1<<6) |
14 | #define CEPH_FEATURE_DIRLAYOUTHASH (1<<7) | 14 | #define CEPH_FEATURE_DIRLAYOUTHASH (1<<7) |
15 | /* bits 8-17 defined by user-space; not supported yet here */ | 15 | #define CEPH_FEATURE_OBJECTLOCATOR (1<<8) |
16 | #define CEPH_FEATURE_PGID64 (1<<9) | ||
17 | #define CEPH_FEATURE_INCSUBOSDMAP (1<<10) | ||
18 | #define CEPH_FEATURE_PGPOOL3 (1<<11) | ||
19 | #define CEPH_FEATURE_OSDREPLYMUX (1<<12) | ||
20 | #define CEPH_FEATURE_OSDENC (1<<13) | ||
21 | #define CEPH_FEATURE_OMAP (1<<14) | ||
22 | #define CEPH_FEATURE_MONENC (1<<15) | ||
23 | #define CEPH_FEATURE_QUERY_T (1<<16) | ||
24 | #define CEPH_FEATURE_INDEP_PG_MAP (1<<17) | ||
16 | #define CEPH_FEATURE_CRUSH_TUNABLES (1<<18) | 25 | #define CEPH_FEATURE_CRUSH_TUNABLES (1<<18) |
17 | /* bits 19-24 defined by user-space; not supported yet here */ | 26 | #define CEPH_FEATURE_CHUNKY_SCRUB (1<<19) |
27 | #define CEPH_FEATURE_MON_NULLROUTE (1<<20) | ||
28 | #define CEPH_FEATURE_MON_GV (1<<21) | ||
29 | #define CEPH_FEATURE_BACKFILL_RESERVATION (1<<22) | ||
30 | #define CEPH_FEATURE_MSG_AUTH (1<<23) | ||
31 | #define CEPH_FEATURE_RECOVERY_RESERVATION (1<<24) | ||
18 | #define CEPH_FEATURE_CRUSH_TUNABLES2 (1<<25) | 32 | #define CEPH_FEATURE_CRUSH_TUNABLES2 (1<<25) |
19 | /* bit 26 defined by user-space; not supported yet here */ | 33 | #define CEPH_FEATURE_CREATEPOOLID (1<<26) |
20 | #define CEPH_FEATURE_REPLY_CREATE_INODE (1<<27) | 34 | #define CEPH_FEATURE_REPLY_CREATE_INODE (1<<27) |
35 | #define CEPH_FEATURE_OSD_HBMSGS (1<<28) | ||
36 | #define CEPH_FEATURE_MDSENC (1<<29) | ||
21 | 37 | ||
22 | /* | 38 | /* |
23 | * Features supported. | 39 | * Features supported. |