Signed-off-by: Sage Weil <sage@redhat.com>
- [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
~~~~~~~
// 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