]> git.proxmox.com Git - ceph.git/blame - ceph/doc/ceph-volume/simple/index.rst
update sources to 12.2.7
[ceph.git] / ceph / doc / ceph-volume / simple / index.rst
CommitLineData
3efd9988
FG
1.. _ceph-volume-simple:
2
3``simple``
4==========
5Implements the functionality needed to manage OSDs from the ``simple`` subcommand:
6``ceph-volume simple``
7
8**Command Line Subcommands**
9
10* :ref:`ceph-volume-simple-scan`
11
12* :ref:`ceph-volume-simple-activate`
13
14* :ref:`ceph-volume-simple-systemd`
15
16
17By *taking over* management, it disables all ``ceph-disk`` systemd units used
18to trigger devices at startup, relying on basic (customizable) JSON
19configuration and systemd for starting up OSDs.
28e407b8
AA
20
21This process involves two steps:
22
23#. :ref:`Scan <ceph-volume-simple-scan>` the running OSD or the data device
24#. :ref:`Activate <ceph-volume-simple-activate>` the scanned OSD
25
26The scanning will infer everything that ``ceph-volume`` needs to start the OSD,
27so that when activation is needed, the OSD can start normally without getting
28interference from ``ceph-disk``.
29
30As part of the activation process the systemd units for ``ceph-disk`` in charge
31of reacting to ``udev`` events, are linked to ``/dev/null`` so that they are
32fully inactive.