]> git.proxmox.com Git - ceph.git/blob - ceph/doc/rados/operations/index.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / doc / rados / operations / index.rst
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
9 High-level cluster operations consist primarily of starting, stopping, and
10 restarting a cluster with the ``ceph`` service; checking the cluster's health;
11 and, 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
25 Once you have your cluster up and running, you may begin working with data
26 placement. Ceph supports petabyte-scale data storage clusters, with storage
27 pools and placement groups that distribute data across the cluster using Ceph's
28 CRUSH 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
46 Low-level cluster operations consist of starting, stopping, and restarting a
47 particular daemon within a cluster; changing the settings of a particular
48 daemon or subsystem; and, adding a daemon to the cluster or removing a daemon
49 from the cluster. The most common use cases for low-level operations include
50 growing or shrinking the Ceph cluster and replacing legacy or failed hardware
51 with 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
66 Ceph is still on the leading edge, so you may encounter situations that require
67 you to evaluate your Ceph configuration and modify your logging and debugging
68 settings 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