From 1200ba77f2320be2acec45939f4b96a8ac4f0722 Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Tue, 12 Nov 2024 22:54:06 +0100 Subject: [PATCH] Doc: release note and ref fix (#470) Doc fix for reference Signed-off-by: Peter Sabaini --- docs/reference/index.rst | 6 +++++- docs/reference/release-notes.rst | 11 ++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/reference/index.rst b/docs/reference/index.rst index ad385159..83cc2586 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -13,6 +13,11 @@ MicroCeph has a command line interface that can be used to manage a client and t Each command is documented separately, or use the help argument from the command line to learn more about the commands while working with MicroCeph, with ``microceph help``. +.. toctree:: + :maxdepth: 1 + + commands/index + Release Notes ------------- @@ -22,5 +27,4 @@ The release notes section provides details on major MicroCeph releases. .. toctree:: :maxdepth: 1 - commands/index release-notes diff --git a/docs/reference/release-notes.rst b/docs/reference/release-notes.rst index 47fa4b71..7e86817e 100644 --- a/docs/reference/release-notes.rst +++ b/docs/reference/release-notes.rst @@ -1,6 +1,11 @@ Overview ======== +The following provides details on major MicroCeph releases, beginning with the MicroCeph squid release. + +MicroCeph Squid +=============== + The Ceph team is happy to announce the release of MicroCeph 19.2.0 (squid). This is the first stable release in the Squid series of releases. @@ -9,7 +14,7 @@ The MicroCeph squid release can be installed from the squid/stable track. Highlights -========== +---------- - Uses Ceph 19.2.0 (squid) - Support for RBD remote replication @@ -20,14 +25,14 @@ Highlights - Various fixes and documentation improvements Known Issues -============ +------------ iSCSI users are advised that the upstream developers of Ceph encountered a bug during an upgrade from Ceph 19.1.1 to Ceph 19.2.0. Read Tracker Issue 68215 before attempting an upgrade to 19.2.0. List of pull requests -===================== +--------------------- - `#467 `__: Fix: increase timings for osd release - `#466 `__: Adjust ‘verify_health’ iterations