]> git.proxmox.com Git - ceph.git/blob - ceph/doc/rados/configuration/index.rst
import ceph quincy 17.2.6
[ceph.git] / ceph / doc / rados / configuration / index.rst
1 ===============
2 Configuration
3 ===============
4
5 Each Ceph process, daemon, or utility draws its configuration from several
6 sources on startup. Such sources can include (1) a local configuration, (2) the
7 monitors, (3) the command line, and (4) environment variables.
8
9 Configuration options can be set globally so that they apply (1) to all
10 daemons, (2) to all daemons or services of a particular type, or (3) to only a
11 specific daemon, process, or client.
12
13 .. raw:: html
14
15 <table cellpadding="10"><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td><h3>Configuring the Object Store</h3>
16
17 For general object store configuration, refer to the following:
18
19 .. toctree::
20 :maxdepth: 1
21
22 Storage devices <storage-devices>
23 ceph-conf
24
25
26 .. raw:: html
27
28 </td><td><h3>Reference</h3>
29
30 To optimize the performance of your cluster, refer to the following:
31
32 .. toctree::
33 :maxdepth: 1
34
35 Common Settings <common>
36 Network Settings <network-config-ref>
37 Messenger v2 protocol <msgr2>
38 Auth Settings <auth-config-ref>
39 Monitor Settings <mon-config-ref>
40 mon-lookup-dns
41 Heartbeat Settings <mon-osd-interaction>
42 OSD Settings <osd-config-ref>
43 DmClock Settings <mclock-config-ref>
44 BlueStore Settings <bluestore-config-ref>
45 FileStore Settings <filestore-config-ref>
46 Journal Settings <journal-ref>
47 Pool, PG & CRUSH Settings <pool-pg-config-ref.rst>
48 General Settings <general-config-ref>
49
50
51 .. raw:: html
52
53 </td></tr></tbody></table>