]> git.proxmox.com Git - ceph.git/blame - ceph/doc/ceph-volume/lvm/create.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / doc / ceph-volume / lvm / create.rst
CommitLineData
3efd9988
FG
1.. _ceph-volume-lvm-create:
2
3``create``
4===========
5This subcommand wraps the two-step process to provision a new osd (calling
6``prepare`` first and then ``activate``) into a single
7one. The reason to prefer ``prepare`` and then ``activate`` is to gradually
8introduce new OSDs into a cluster, and avoiding large amounts of data being
9rebalanced.
10
11The single-call process unifies exactly what :ref:`ceph-volume-lvm-prepare` and
12:ref:`ceph-volume-lvm-activate` do, with the convenience of doing it all at
13once.
14
15There is nothing different to the process except the OSD will become up and in
16immediately after completion.
17
18The backing objectstore can be specified with:
19
3efd9988
FG
20* :ref:`--bluestore <ceph-volume-lvm-prepare_bluestore>`
21
22All command line flags and options are the same as ``ceph-volume lvm prepare``.
23Please refer to :ref:`ceph-volume-lvm-prepare` for details.