~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/include/ceph_features.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define CEPH_FEATURE_OSDENC         (1<<13)
21
21
#define CEPH_FEATURE_OMAP           (1<<14)
22
22
#define CEPH_FEATURE_MONENC         (1<<15)
 
23
#define CEPH_FEATURE_CRUSH_TUNABLES (1<<18)
23
24
 
24
25
/*
25
26
 * Features supported.  Should be everything above.
40
41
         CEPH_FEATURE_OSDREPLYMUX |      \
41
42
         CEPH_FEATURE_OSDENC |           \
42
43
         CEPH_FEATURE_OMAP |             \
43
 
         CEPH_FEATURE_MONENC)
 
44
         CEPH_FEATURE_MONENC |           \
 
45
         CEPH_FEATURE_CRUSH_TUNABLES)
44
46
 
45
47
#define CEPH_FEATURES_SUPPORTED_DEFAULT  CEPH_FEATURES_ALL
46
48