]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-volume create the intro to ceph-volume
authorAlfredo Deza <adeza@redhat.com>
Thu, 17 Aug 2017 13:25:52 +0000 (09:25 -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/intro.rst [new file with mode: 0644]

diff --git a/doc/ceph-volume/intro.rst b/doc/ceph-volume/intro.rst
new file mode 100644 (file)
index 0000000..3869148
--- /dev/null
@@ -0,0 +1,19 @@
+.. _ceph-volume-overview:
+
+Overview
+--------
+The ``ceph-volume`` tool aims to be a single purpose command line tool to deploy
+logical volumes as OSDs, trying to maintain a similar API to ``ceph-disk`` when
+preparing, activating, and creating OSDs.
+
+It deviates from ``ceph-disk`` by not interacting or relying on the udev rules
+that come installed for Ceph. These rules allow automatic detection of
+previously setup devices that are in turn fed into ``ceph-disk`` to activate
+them.
+
+
+``ceph-volume lvm``
+-------------------
+By making use of :term:`LVM tags`, the :ref:`ceph-volume-lvm` sub-command is
+able to store and later re-discover and query devices associated with OSDs so
+that they can later activated.