From 9ec5eaf875fb987d033a3781cfa013c6c8da98de Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 17 Aug 2017 09:24:14 -0400 Subject: [PATCH] doc/ceph-volume create the main index Signed-off-by: Alfredo Deza --- doc/ceph-volume/index.rst | 30 ++++++++++++++++++++++++++++++ doc/ceph-volume/lvm/index.rst | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 doc/ceph-volume/index.rst diff --git a/doc/ceph-volume/index.rst b/doc/ceph-volume/index.rst new file mode 100644 index 000000000000..d34e8029480f --- /dev/null +++ b/doc/ceph-volume/index.rst @@ -0,0 +1,30 @@ +.. _ceph-volume: + +ceph-volume +=========== +Deploy OSDs with different device technologies like lvm or physical disks using +pluggable tools (:doc:`lvm/index` itself is treated like a plugin). It tries to +follow the workflow of ``ceph-disk`` for deploying OSDs, with a predictable, +and robust way of preparing, activating, and starting OSDs. + +:ref:`Overview ` | +:ref:`Plugin Guide ` | + + +**Command Line Subcommands** +Although currently there is support for ``lvm``, the plan is to support other +technologies, including plain disks. + +* :ref:`ceph-volume-lvm` + +.. toctree:: + :hidden: + :maxdepth: 3 + :caption: Contents: + + intro + lvm/index + lvm/activate + lvm/prepare + lvm/scan + lvm/systemd diff --git a/doc/ceph-volume/lvm/index.rst b/doc/ceph-volume/lvm/index.rst index a40274802f0d..5c1ef01177ea 100644 --- a/doc/ceph-volume/lvm/index.rst +++ b/doc/ceph-volume/lvm/index.rst @@ -21,4 +21,4 @@ exposed to the user, these sections explain how these pieces work together, clarifying the workflows of the tool. :ref:`Systemd Units ` | -:ref:`lvm ` +:ref:`lvm ` -- 2.47.3