]> git.proxmox.com Git - ceph.git/blame - ceph/doc/cephadm/index.rst
bump version to 19.2.0-pve1
[ceph.git] / ceph / doc / cephadm / index.rst
CommitLineData
9f95a23c
TL
1.. _cephadm:
2
3=======
4Cephadm
5=======
6
39ae355f
TL
7``cephadm`` is a utility that is used to manage a Ceph cluster.
8
9Here is a list of some of the things that ``cephadm`` can do:
10
11- ``cephadm`` can add a Ceph container to the cluster.
12- ``cephadm`` can remove a Ceph container from the cluster.
13- ``cephadm`` can update Ceph containers.
14
15``cephadm`` does not rely on external configuration tools like Ansible, Rook,
16or Salt. However, those external configuration tools can be used to automate
17operations not performed by cephadm itself. To learn more about these external
18configuration tools, visit their pages:
19
20 * https://github.com/ceph/cephadm-ansible
21 * https://rook.io/docs/rook/v1.10/Getting-Started/intro/
22 * https://github.com/ceph/ceph-salt
23
24``cephadm`` manages the full lifecycle of a Ceph cluster. This lifecycle starts
25with the bootstrapping process, when ``cephadm`` creates a tiny Ceph cluster on
26a single node. This cluster consists of one monitor and one manager.
27``cephadm`` then uses the orchestration interface to expand the cluster, adding
28hosts and provisioning Ceph daemons and services. Management of this lifecycle
29can be performed either via the Ceph command-line interface (CLI) or via the
30dashboard (GUI).
31
32To use ``cephadm`` to get started with Ceph, follow the instructions in
33:ref:`cephadm_deploying_new_cluster`.
34
35``cephadm`` was introduced in Ceph release v15.2.0 (Octopus) and does not
36support older versions of Ceph.
9f95a23c
TL
37
38.. toctree::
a4b75251 39 :maxdepth: 2
9f95a23c 40
f67539c2 41 compatibility
9f95a23c
TL
42 install
43 adoption
f67539c2 44 host-management
a4b75251 45 Service Management <services/index>
9f95a23c
TL
46 upgrade
47 Cephadm operations <operations>
1911f103 48 Client Setup <client-setup>
9f95a23c 49 troubleshooting
f67539c2 50 Cephadm Feature Planning <../dev/cephadm/index>