Make sure X (and, ideally, X+1) is defined:
-- [ ] src/common/ceph_releases.h (ceph_release_t)
-- [ ] src/common/ceph_strings.cc (ceph_release_name())
-- [ ] src/include/rados.h (CEPH_RELEASE_* and MAX)
+- [x] src/common/ceph_releases.h (ceph_release_t)
+- [x] src/common/ceph_strings.cc (ceph_release_name())
+- [x] src/include/rados.h (CEPH_RELEASE_* and MAX)
- [ ] src/mon/mon_types.h (ceph::features::mon::FEATURE_* and related structs and helpers; note that monmaptool CLI test output will need adjustment)
Scripts
#define CEPH_RELEASE_MIMIC 13
#define CEPH_RELEASE_NAUTILUS 14
#define CEPH_RELEASE_OCTOPUS 15
-#define CEPH_RELEASE_MAX 16 /* highest + 1 */
+#define CEPH_RELEASE_PACIFIC 16
+#define CEPH_RELEASE_MAX 17 /* highest + 1 */
/*
* The error code to return when an OSD can't handle a write