]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-volume create the main index
authorAlfredo Deza <adeza@redhat.com>
Thu, 17 Aug 2017 13:24:14 +0000 (09:24 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 21 Aug 2017 15:44:53 +0000 (11:44 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/ceph-volume/index.rst [new file with mode: 0644]
doc/ceph-volume/lvm/index.rst

diff --git a/doc/ceph-volume/index.rst b/doc/ceph-volume/index.rst
new file mode 100644 (file)
index 0000000..d34e802
--- /dev/null
@@ -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 <ceph-volume-overview>` |
+:ref:`Plugin Guide <ceph-volume-plugins>` |
+
+
+**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
index a40274802f0dd092d9a6a7ffb4786f9588c59629..5c1ef01177ea14791fdd9c89a0210677c282249d 100644 (file)
@@ -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 <ceph-volume-systemd>` |
-:ref:`lvm <cwph-volume-lvm-api>`
+:ref:`lvm <ceph-volume-lvm-api>`