]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: reorder mon and mds for future new releases 66524/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 2 Feb 2026 15:15:20 +0000 (15:15 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 25 Mar 2026 16:53:04 +0000 (16:53 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
doc/dev/release-checklists.rst

index de89138f25413b19b393f1c4a6dc0369b443dd90..a6daa11f1260dbcece379d78fbaf42efe73866a7 100644 (file)
@@ -35,8 +35,8 @@ 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/include/rbd/librbd.h (`LIBRBD_VER_MINOR` to X)
-- [x] src/mon/mon_types.h (`ceph::features::mon::FEATURE_*` and related structs and helpers)
 - [x] src/mds/cephfs_features.h (`CEPHFS_CURRENT_RELEASE`)
+- [x] src/mon/mon_types.h (`ceph::features::mon::FEATURE_*` and related structs and helpers)
 
 Github Actions
 ~~~~~~~~~~~~~~