]> git.proxmox.com Git - ceph.git/blame - ceph/doc/rados/operations/index.rst
bump version to 12.1.1-pve1 while rebasing patches
[ceph.git] / ceph / doc / rados / operations / index.rst
CommitLineData
7c673cae
FG
1====================
2 Cluster Operations
3====================
4
5.. raw:: html
6
7 <table><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td><h3>High-level Operations</h3>
8
9High-level cluster operations consist primarily of starting, stopping, and
10restarting a cluster with the ``ceph`` service; checking the cluster's health;
11and, monitoring an operating cluster.
12
13.. toctree::
14 :maxdepth: 1
15
16 operating
17 monitoring
18 monitoring-osd-pg
19 user-management
20
21.. raw:: html
22
23 </td><td><h3>Data Placement</h3>
24
25Once you have your cluster up and running, you may begin working with data
26placement. Ceph supports petabyte-scale data storage clusters, with storage
27pools and placement groups that distribute data across the cluster using Ceph's
28CRUSH algorithm.
29
30.. toctree::
31 :maxdepth: 1
32
33 data-placement
34 pools
35 erasure-code
36 cache-tiering
37 placement-groups
38 crush-map
39
40
41
42.. raw:: html
43
44 </td></tr><tr><td><h3>Low-level Operations</h3>
45
46Low-level cluster operations consist of starting, stopping, and restarting a
47particular daemon within a cluster; changing the settings of a particular
48daemon or subsystem; and, adding a daemon to the cluster or removing a daemon
49from the cluster. The most common use cases for low-level operations include
50growing or shrinking the Ceph cluster and replacing legacy or failed hardware
51with new hardware.
52
53.. toctree::
54 :maxdepth: 1
55
56 add-or-rm-osds
57 add-or-rm-mons
58 Command Reference <control>
59
60
61
62.. raw:: html
63
64 </td><td><h3>Troubleshooting</h3>
65
66Ceph is still on the leading edge, so you may encounter situations that require
67you to evaluate your Ceph configuration and modify your logging and debugging
68settings to identify and remedy issues you are encountering with your cluster.
69
70.. toctree::
71 :maxdepth: 1
72
73 ../troubleshooting/community
74 ../troubleshooting/troubleshooting-mon
75 ../troubleshooting/troubleshooting-osd
76 ../troubleshooting/troubleshooting-pg
77 ../troubleshooting/log-and-debug
78 ../troubleshooting/cpu-profiling
79 ../troubleshooting/memory-profiling
80
81
82
83
84.. raw:: html
85
86 </td></tr></tbody></table>
87