From: Alfredo Deza Date: Thu, 17 Aug 2017 13:24:14 +0000 (-0400) Subject: doc/ceph-volume create the main index X-Git-Tag: v12.2.0~51^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f46dc49a0d870d9fc560f0781ea5f1dfd3e198c0;p=ceph.git doc/ceph-volume create the main index Signed-off-by: Alfredo Deza --- 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 `