]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
doc: standardize config option names to use interstitial underscores 38580/head
authorAnthony D'Atri <anthony.datri@gmail.com>
Tue, 15 Dec 2020 06:02:31 +0000 (22:02 -0800)
committerAnthony D'Atri <anthony.datri@gmail.com>
Tue, 15 Dec 2020 21:55:38 +0000 (13:55 -0800)
commit21d68cf137642c020f9e3895bfb2fbedefe13dbf
treefbbf44341169de764a27a7e2fc9f18cd2f508fe2
parent851d10ed3516a88586515913d95df514d065e53d
doc: standardize config option names to use interstitial underscores

Ceph config option names may use spaces, underscores, or by one reference hyphens
as interstitial separators. Most usage within the doc tree uses underscores,
though example conf files and especially structured lists of options mostly
use spaces. Mostly. Underscores help differentiate the config names from
surrounding text, and moreover facilitate scripting, grep, awk, etc and match
their form in src/common/options.cc.

This PR conforms these occurrences of option names to use interstitial underscores instead of spaces.

Fixes: https://tracker.ceph.com/issues/48301
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
24 files changed:
doc/cephfs/client-config-ref.rst
doc/cephfs/mds-config-ref.rst
doc/mgr/administrator.rst
doc/mgr/localpool.rst
doc/rados/configuration/auth-config-ref.rst
doc/rados/configuration/bluestore-config-ref.rst
doc/rados/configuration/ceph-conf.rst
doc/rados/configuration/common.rst
doc/rados/configuration/demo-ceph.conf
doc/rados/configuration/filestore-config-ref.rst
doc/rados/configuration/general-config-ref.rst
doc/rados/configuration/index.rst
doc/rados/configuration/journal-ref.rst
doc/rados/configuration/mon-config-ref.rst
doc/rados/configuration/mon-osd-interaction.rst
doc/rados/configuration/ms-ref.rst
doc/rados/configuration/msgr2.rst
doc/rados/configuration/network-config-ref.rst
doc/rados/configuration/osd-config-ref.rst
doc/rados/configuration/pool-pg-config-ref.rst
doc/rados/configuration/pool-pg.conf
doc/rados/configuration/storage-devices.rst
doc/radosgw/config-ref.rst
doc/rbd/rbd-config-ref.rst