]> git.proxmox.com Git - ceph.git/blame - ceph/doc/cephadm/index.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / doc / cephadm / index.rst
CommitLineData
9f95a23c
TL
1.. _cephadm:
2
3=======
4Cephadm
5=======
6
f67539c2
TL
7``cephadm`` deploys and manages a Ceph cluster. It does this by connecting the
8manager daemon to hosts via SSH. The manager daemon is able to add, remove, and
9update Ceph containers. ``cephadm`` does not rely on external configuration
10tools such as Ansible, Rook, and Salt.
11
12``cephadm`` manages the full lifecycle of a Ceph cluster. This lifecycle
13starts with the bootstrapping process, when ``cephadm`` creates a tiny
14Ceph cluster on a single node. This cluster consists of one monitor and
15one manager. ``cephadm`` then uses the orchestration interface ("day 2"
16commands) to expand the cluster, adding all hosts and provisioning all
17Ceph daemons and services. Management of this lifecycle can be performed
18either via the Ceph command-line interface (CLI) or via the dashboard (GUI).
19
20``cephadm`` is new in Ceph release v15.2.0 (Octopus) and does not support older
9f95a23c
TL
21versions of Ceph.
22
23.. toctree::
801d1391 24 :maxdepth: 1
9f95a23c 25
f67539c2 26 compatibility
9f95a23c
TL
27 install
28 adoption
f67539c2
TL
29 host-management
30 mon
31 osd
32 rgw
33 mds
34 nfs
35 iscsi
36 custom-container
37 monitoring
38 service-management
9f95a23c
TL
39 upgrade
40 Cephadm operations <operations>
1911f103 41 Client Setup <client-setup>
9f95a23c 42 troubleshooting
f67539c2 43 Cephadm Feature Planning <../dev/cephadm/index>