]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/cephfs_features: CEPHFS_CURRENT_RELEASE
authorSage Weil <sage@redhat.com>
Sun, 29 Mar 2020 14:34:16 +0000 (09:34 -0500)
committerSage Weil <sage@newdream.net>
Wed, 8 Apr 2020 13:09:41 +0000 (08:09 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/dev/release-kickoff-checklist.rst
src/mds/cephfs_features.h

index 5fe2de4ecf6199ac65f50c3af1d5cc3e7d356bbb..5ac9a68c48314bc3a70d0292b5802187aff29c36 100644 (file)
@@ -27,6 +27,7 @@ Make sure X (and, ideally, X+1) is defined:
 - [x] src/common/ceph_strings.cc (ceph_release_name())
 - [x] src/include/rados.h (CEPH_RELEASE_* and MAX)
 - [x] src/mon/mon_types.h (ceph::features::mon::FEATURE_* and related structs and helpers; note that monmaptool CLI test output will need adjustment)
+- [x] src/mds/cephfs_features.h (CEPHFS_CURRENT_RELEASE)
 
 Scripts
 ~~~~~~~
index 87648915cb5cb554cd42be7b1c1e87f072af902c..2e32d3bee0342e2631ac9a8d2f7bf2d59c717f46 100644 (file)
@@ -20,7 +20,7 @@
 // and update Server::update_required_client_features(). This feature bit
 // is used to indicate that operator only wants clients from that release or
 // later to mount CephFS.
-#define CEPHFS_CURRENT_RELEASE  CEPH_RELEASE_OCTOPUS
+#define CEPHFS_CURRENT_RELEASE  CEPH_RELEASE_PACIFIC
 
 // The first 5 bits are reserved for old ceph releases.
 #define CEPHFS_FEATURE_JEWEL           5