]> git.proxmox.com Git - ceph.git/blob - ceph/doc/rados/operations/index.rst
update sources to ceph Nautilus 14.2.1
[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 health-checks
18 monitoring
19 monitoring-osd-pg
20 user-management
21 pg-repair
22
23 .. raw:: html
24
25 </td><td><h3>Data Placement</h3>
26
27 Once you have your cluster up and running, you may begin working with data
28 placement. Ceph supports petabyte-scale data storage clusters, with storage
29 pools and placement groups that distribute data across the cluster using Ceph's
30 CRUSH algorithm.
31
32 .. toctree::
33 :maxdepth: 1
34
35 data-placement
36 pools
37 erasure-code
38 cache-tiering
39 placement-groups
40 balancer
41 upmap
42 crush-map
43 crush-map-edits
44
45
46
47 .. raw:: html
48
49 </td></tr><tr><td><h3>Low-level Operations</h3>
50
51 Low-level cluster operations consist of starting, stopping, and restarting a
52 particular daemon within a cluster; changing the settings of a particular
53 daemon or subsystem; and, adding a daemon to the cluster or removing a daemon
54 from the cluster. The most common use cases for low-level operations include
55 growing or shrinking the Ceph cluster and replacing legacy or failed hardware
56 with new hardware.
57
58 .. toctree::
59 :maxdepth: 1
60
61 add-or-rm-osds
62 add-or-rm-mons
63 devices
64 bluestore-migration
65 Command Reference <control>
66
67
68
69 .. raw:: html
70
71 </td><td><h3>Troubleshooting</h3>
72
73 Ceph is still on the leading edge, so you may encounter situations that require
74 you to evaluate your Ceph configuration and modify your logging and debugging
75 settings to identify and remedy issues you are encountering with your cluster.
76
77 .. toctree::
78 :maxdepth: 1
79
80 ../troubleshooting/community
81 ../troubleshooting/troubleshooting-mon
82 ../troubleshooting/troubleshooting-osd
83 ../troubleshooting/troubleshooting-pg
84 ../troubleshooting/log-and-debug
85 ../troubleshooting/cpu-profiling
86 ../troubleshooting/memory-profiling
87
88
89
90
91 .. raw:: html
92
93 </td></tr></tbody></table>
94