)
]
)
+ app.add_object_type(
+ 'confval_section',
+ 'confval_section',
+ objname='configuration section',
+ indextemplate='pair: %s; configuration section',
+ doc_field_types=[
+ Field(
+ 'example',
+ label=_('Example'),
+ has_arg=False,
+ )]
+ )
return {
'version': 'builtin',
'parallel_read_safe': True,
These sections include:
-.. confval:: global
+.. confval_section:: global
Settings under ``global`` affect all daemons and clients
in a Ceph Storage Cluster.
:example: ``log_file = /var/log/ceph/$cluster-$type.$id.log``
-.. confval:: mon
+.. confval_section:: mon
Settings under ``mon`` affect all ``ceph-mon`` daemons in
the Ceph Storage Cluster, and override the same setting in
:example: ``mon_cluster_log_to_syslog = true``
-.. confval:: mgr
+.. confval_section:: mgr
Settings in the ``mgr`` section affect all ``ceph-mgr`` daemons in
the Ceph Storage Cluster, and override the same setting in
:example: ``mgr_stats_period = 10``
-.. confval:: osd
+.. confval_section:: osd
Settings under ``osd`` affect all ``ceph-osd`` daemons in
the Ceph Storage Cluster, and override the same setting in
:example: ``osd_op_queue = wpq``
-.. confval:: mds
+.. confval_section:: mds
Settings in the ``mds`` section affect all ``ceph-mds`` daemons in
the Ceph Storage Cluster, and override the same setting in
:example: ``mds_cache_memory_limit = 10G``
-.. confval:: client
+.. confval_section:: client
Settings under ``client`` affect all Ceph Clients
(e.g., mounted Ceph File Systems, mounted Ceph Block Devices,