2017-08-17 13:24:14 +00:00
|
|
|
.. _ceph-volume:
|
|
|
|
|
|
|
|
ceph-volume
|
|
|
|
===========
|
|
|
|
Deploy OSDs with different device technologies like lvm or physical disks using
|
2017-11-06 19:17:20 +00:00
|
|
|
pluggable tools (:doc:`lvm/index` itself is treated like a plugin) and trying to
|
|
|
|
follow a predictable, and robust way of preparing, activating, and starting OSDs.
|
2017-08-17 13:24:14 +00:00
|
|
|
|
|
|
|
:ref:`Overview <ceph-volume-overview>` |
|
|
|
|
:ref:`Plugin Guide <ceph-volume-plugins>` |
|
|
|
|
|
|
|
|
|
|
|
|
**Command Line Subcommands**
|
2017-11-06 19:17:20 +00:00
|
|
|
There is currently support for ``lvm``, and plain disks (with GPT partitions)
|
|
|
|
that may have been deployed with ``ceph-disk``.
|
2017-08-17 13:24:14 +00:00
|
|
|
|
|
|
|
* :ref:`ceph-volume-lvm`
|
2017-11-06 19:17:20 +00:00
|
|
|
* :ref:`ceph-volume-simple`
|
2017-08-17 13:24:14 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
:maxdepth: 3
|
|
|
|
:caption: Contents:
|
|
|
|
|
|
|
|
intro
|
|
|
|
lvm/index
|
|
|
|
lvm/activate
|
|
|
|
lvm/prepare
|
2017-08-21 20:02:15 +00:00
|
|
|
lvm/create
|
2017-08-17 13:24:14 +00:00
|
|
|
lvm/scan
|
|
|
|
lvm/systemd
|
2017-10-03 15:41:10 +00:00
|
|
|
lvm/list
|
2017-10-24 15:13:40 +00:00
|
|
|
lvm/zap
|
2017-11-06 19:17:20 +00:00
|
|
|
simple/index
|
|
|
|
simple/activate
|
|
|
|
simple/scan
|
|
|
|
simple/systemd
|