From 0cb1ac5ac9a5ea4a0328858939b339970d678b31 Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Tue, 1 Oct 2024 18:27:24 +0200 Subject: [PATCH] Docs: fix indexes Signed-off-by: Peter Sabaini --- docs/how-to/index.rst | 12 ++++++++++++ docs/tutorial/index.rst | 21 --------------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/docs/how-to/index.rst b/docs/how-to/index.rst index 88ac4673..ca75bf8e 100644 --- a/docs/how-to/index.rst +++ b/docs/how-to/index.rst @@ -42,6 +42,8 @@ migrating services and more. change-log-level migrate-auto-services remove-disk + import-remote-cluster + Upgrading your cluster ---------------------- @@ -55,4 +57,14 @@ to v.18.2.x (Reef) reef-upgrade +Consuming cluster storage +------------------------- + +Follow these guides to learn how to make use of the storage provided by your cluster. + +.. toctree:: + :maxdepth: 1 + + mount-block-device + mount-cephfs-share diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 8f5d99a9..4b333f3d 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -17,24 +17,3 @@ using physical block devices for storage. :maxdepth: 1 multi-node - -Mount block devices -------------------- - -This tutorial will guide you through mounting a block device using MicroCeph. - -.. toctree:: - :maxdepth: 1 - - mount-block-device - -Mount CephFS shares -------------------- - -Follow this tutorial to learn how to mount a CephFs share using MicroCeph. - -.. toctree:: - :maxdepth: 1 - - mount-cephfs-share -