From: Sage Weil Date: Sun, 29 Mar 2020 14:34:16 +0000 (-0500) Subject: mds/cephfs_features: CEPHFS_CURRENT_RELEASE X-Git-Tag: v16.1.0~2624^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e7138d194d74daa4db6655dfd4660559fe8e7d7;p=ceph.git mds/cephfs_features: CEPHFS_CURRENT_RELEASE Signed-off-by: Sage Weil --- diff --git a/doc/dev/release-kickoff-checklist.rst b/doc/dev/release-kickoff-checklist.rst index 5fe2de4ecf619..5ac9a68c48314 100644 --- a/doc/dev/release-kickoff-checklist.rst +++ b/doc/dev/release-kickoff-checklist.rst @@ -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 ~~~~~~~ diff --git a/src/mds/cephfs_features.h b/src/mds/cephfs_features.h index 87648915cb5cb..2e32d3bee0342 100644 --- a/src/mds/cephfs_features.h +++ b/src/mds/cephfs_features.h @@ -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