]> git.proxmox.com Git - ceph.git/blame - ceph/doc/ceph-volume/intro.rst
bump version to 12.2.5-pve1
[ceph.git] / ceph / doc / ceph-volume / intro.rst
CommitLineData
b5b8bbf5
FG
1.. _ceph-volume-overview:
2
3Overview
4--------
5The ``ceph-volume`` tool aims to be a single purpose command line tool to deploy
6logical volumes as OSDs, trying to maintain a similar API to ``ceph-disk`` when
7preparing, activating, and creating OSDs.
8
9It deviates from ``ceph-disk`` by not interacting or relying on the udev rules
10that come installed for Ceph. These rules allow automatic detection of
11previously setup devices that are in turn fed into ``ceph-disk`` to activate
12them.
13
14
15``ceph-volume lvm``
16-------------------
17By making use of :term:`LVM tags`, the :ref:`ceph-volume-lvm` sub-command is
18able to store and later re-discover and query devices associated with OSDs so
19that they can later activated.