From: Alex Ainscow Date: Mon, 2 Feb 2026 15:15:20 +0000 (+0000) Subject: docs: reorder mon and mds for future new releases X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66524%2Fhead;p=ceph.git docs: reorder mon and mds for future new releases Signed-off-by: Alex Ainscow --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index de89138f2541..a6daa11f1260 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -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 ~~~~~~~~~~~~~~