From 63c34f98564df24a92eec8cdf5cf75459a5ed11f Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Fri, 18 Dec 2020 15:22:15 -0500 Subject: [PATCH] Add Ceph operations page Change-Id: Icf5ffc9fa4ea0876306c985f7029a31bce4ab211 --- deploy-guide/source/ceph-operations.rst | 20 ++++++++++++++++++++ deploy-guide/source/index.rst | 1 + 2 files changed, 21 insertions(+) create mode 100644 deploy-guide/source/ceph-operations.rst diff --git a/deploy-guide/source/ceph-operations.rst b/deploy-guide/source/ceph-operations.rst new file mode 100644 index 0000000..2b2db63 --- /dev/null +++ b/deploy-guide/source/ceph-operations.rst @@ -0,0 +1,20 @@ +=============== +Ceph operations +=============== + +Ceph plays a central role in Charmed OpenStack. The below operational topics +for Ceph are covered in the `Charmed Ceph documentation`_: + +* `Adding OSDs`_ +* `Adding MONs`_ +* `Replacing OSD disks`_ +* `Encryption at Rest`_ +* `Software upgrades`_ + +.. LINKS +.. _Charmed Ceph documentation: https://ubuntu.com/ceph/docs +.. _Adding OSDs: https://ubuntu.com/ceph/docs/adding-osds +.. _Adding MONs: https://ubuntu.com/ceph/docs/adding-mons +.. _Replacing OSD disks: https://ubuntu.com/ceph/docs/replacing-osd-disks +.. _Encryption at Rest: https://ubuntu.com/ceph/docs/encryption-at-rest +.. _Software upgrades: https://ubuntu.com/ceph/docs/software-upgrades diff --git a/deploy-guide/source/index.rst b/deploy-guide/source/index.rst index 558d99b..485a6d8 100644 --- a/deploy-guide/source/index.rst +++ b/deploy-guide/source/index.rst @@ -75,6 +75,7 @@ OpenStack Charms usage. To help improve it you can `file an issue`_ or :maxdepth: 1 app-managing-power-events + ceph-operations .. toctree:: :caption: Storage