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