]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: ceph-conf: eliminate duplicate verbiage 21268/head
authorNathan Cutler <ncutler@suse.com>
Fri, 6 Apr 2018 07:49:53 +0000 (09:49 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 6 Apr 2018 16:48:09 +0000 (18:48 +0200)
The "Config file section names" section was duplicating some of the content
that is now covered better by the "Configuration sections" section.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/rados/configuration/ceph-conf.rst

index c02703d15aa3cf813e0098cbe86b9cabd19b48a2..34e84d15d11465ab62f57b57d4ed670f85801604 100644 (file)
@@ -256,22 +256,9 @@ by preceding comments with a pound sign (#) or a semi-colon (;).  For example:
 Config file section names
 -------------------------
 
-The configuration file is divided into sections like ``[global]`` or
-``[mon.foo]``, where the section is a valid Ceph section name
-(`global`, a daemon type, or a daemon name) surrounded by square
-brackets.
-
-Global settings affect all instances of all daemon in the Ceph Storage Cluster.
-Use the ``[global]`` setting for values that are common for all daemons in the
-Ceph Storage Cluster. You can override each ``[global]`` setting by:
-
-#. Changing the setting in a particular process type
-   (*e.g.,* ``[osd]``, ``[mon]``, ``[mds]`` ).
-
-#. Changing the setting in a particular process (*e.g.,* ``[osd.1]`` ).
-
-Overriding a global setting affects all child processes, except those that
-you specifically override in a particular daemon.  For example,
+The configuration file is divided into sections. Each section must begin with a
+valid configuration section name (see `Configuration sections`_, above)
+surrounded by square brackets. For example,
 
 .. code-block:: ini