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