]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
include/ceph_features: add SERVER_M feature placeholder
authorSage Weil <sage@redhat.com>
Thu, 2 Feb 2017 01:31:25 +0000 (20:31 -0500)
committerSage Weil <sage@redhat.com>
Mon, 6 Feb 2017 20:43:50 +0000 (15:43 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/include/ceph_features.h

index 14c69310943b30a11f1ce71954c8460e94788495..a0672ff122161f4186328ab5e9e56d29b96955a2 100755 (executable)
@@ -39,7 +39,7 @@
 #define CEPH_FEATURE_CRUSH_TUNABLES2 (1ULL<<25)
 #define CEPH_FEATURE_CREATEPOOLID   (1ULL<<26)
 #define CEPH_FEATURE_REPLY_CREATE_INODE   (1ULL<<27)
-// UNUSED: (1ULL<<28)
+#define CEPH_FEATURE_SERVER_M       (1ULL<<28)    // REUSED, M-release
 #define CEPH_FEATURE_MDSENC         (1ULL<<29)
 #define CEPH_FEATURE_OSDHASHPSPOOL  (1ULL<<30)
 #define CEPH_FEATURE_MON_SINGLE_PAXOS (1ULL<<31)