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 -