]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/release-kickoff-checklist: a few other items
authorSage Weil <sage@redhat.com>
Sat, 28 Mar 2020 14:23:31 +0000 (09:23 -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

index 484a44952d147f3a8bbf6f85685783992430a9ef..5fe2de4ecf6199ac65f50c3af1d5cc3e7d356bbb 100644 (file)
@@ -12,8 +12,8 @@ that was just released (X-1).2.0.
 Versions and tags
 -----------------
 
-- [ ] Update CMakeLists.txt VERSION (right at the top to X.0.0)
-- [ ] Update src/ceph_release with the new release name, number, and type ('dev')
+- [x] Update CMakeLists.txt VERSION (right at the top to X.0.0)
+- [x] Update src/ceph_release with the new release name, number, and type ('dev')
 - [ ] Initial tag vX.0.0 (so that we can distinguish from (and sort
   after) the backported (X-1).2.Z versions.
 
@@ -64,3 +64,12 @@ Mon
 - [x] mon/OSDMonitor.cc preprocess_boot: adjust "disallow boot of " condition to disallow X if require_osd_release < X-2.
 - [x] mon/OSDMonitor.cc: adjust "osd require-osd-release" to (1) allow setting X, and (2) check that all mons *and* OSDs have X
 
+
+Code cleanup
+------------
+
+- [ ] search code for "after X-1" or "X" for conditional checks
+- [ ] search code for X-2 and X-3 (CEPH_FEATURE_SERVER_* and
+  ceph_release_t::*)
+- [ ] search code for require_osd_release
+- [ ] search code for min_mon_release