From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- doc/rados/configuration/index.rst | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/rados/configuration/index.rst (limited to 'doc/rados/configuration/index.rst') diff --git a/doc/rados/configuration/index.rst b/doc/rados/configuration/index.rst new file mode 100644 index 000000000..414fcc6fa --- /dev/null +++ b/doc/rados/configuration/index.rst @@ -0,0 +1,54 @@ +=============== + Configuration +=============== + +Each Ceph process, daemon, or utility draws its configuration from several +sources on startup. Such sources can include (1) a local configuration, (2) the +monitors, (3) the command line, and (4) environment variables. + +Configuration options can be set globally so that they apply (1) to all +daemons, (2) to all daemons or services of a particular type, or (3) to only a +specific daemon, process, or client. + +.. raw:: html + +

Configuring the Object Store

+ +For general object store configuration, refer to the following: + +.. toctree:: + :maxdepth: 1 + + Storage devices + ceph-conf + + +.. raw:: html + +

Reference

+ +To optimize the performance of your cluster, refer to the following: + +.. toctree:: + :maxdepth: 1 + + Common Settings + Network Settings + Messenger v2 protocol + Auth Settings + Monitor Settings + mon-lookup-dns + Heartbeat Settings + OSD Settings + DmClock Settings + BlueStore Settings + FileStore Settings + Journal Settings + Pool, PG & CRUSH Settings + Messaging Settings + General Settings + + +.. raw:: html + +
-- cgit v1.2.3