settings:
-``log file``
-
-:Description: The location of the logging file for your cluster.
-:Type: String
-:Required: No
-:Default: ``/var/log/ceph/$cluster-$name.log``
-
-
-``log max new``
-
-:Description: The maximum number of new log files.
-:Type: Integer
-:Required: No
-:Default: ``1000``
-
-
-``log max recent``
-
-:Description: The maximum number of recent events to include in a log file.
-:Type: Integer
-:Required: No
-:Default: ``10000``
-
-
-``log to file``
-
-:Description: Determines if logging messages should appear in a file.
-:Type: Boolean
-:Required: No
-:Default: ``true``
-
-
-``log to stderr``
-
-:Description: Determines if logging messages should appear in ``stderr``.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``err to stderr``
-
-:Description: Determines if error messages should appear in ``stderr``.
-:Type: Boolean
-:Required: No
-:Default: ``true``
-
-
-``log to syslog``
-
-:Description: Determines if logging messages should appear in ``syslog``.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``err to syslog``
-
-:Description: Determines if error messages should appear in ``syslog``.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``log flush on exit``
-
-:Description: Determines if Ceph should flush the log files after exit.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``clog to monitors``
-
-:Description: Determines if ``clog`` messages should be sent to monitors.
-:Type: Boolean
-:Required: No
-:Default: ``true``
-
-
-``clog to syslog``
-
-:Description: Determines if ``clog`` messages should be sent to syslog.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``mon cluster log to syslog``
-
-:Description: Determines if the cluster log should be output to the syslog.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``mon cluster log file``
-
-:Description: The locations of the cluster's log files. There are two channels in
- Ceph: ``cluster`` and ``audit``. This option represents a mapping
- from channels to log files, where the log entries of that
- channel are sent to. The ``default`` entry is a fallback
- mapping for channels not explicitly specified. So, the following
- default setting will send cluster log to ``$cluster.log``, and
- send audit log to ``$cluster.audit.log``, where ``$cluster`` will
- be replaced with the actual cluster name.
-:Type: String
-:Required: No
-:Default: ``default=/var/log/ceph/$cluster.$channel.log,cluster=/var/log/ceph/$cluster.log``
-
-
+.. confval:: log_file
+.. confval:: log_max_new
+.. confval:: log_max_recent
+.. confval:: log_to_file
+.. confval:: log_to_stderr
+.. confval:: err_to_stderr
+.. confval:: log_to_syslog
+.. confval:: err_to_syslog
+.. confval:: log_flush_on_exit
+.. confval:: clog_to_monitors
+.. confval:: clog_to_syslog
+.. confval:: mon_cluster_log_to_syslog
+.. confval:: mon_cluster_log_file
OSD
---
-
-``osd debug drop ping probability``
-
-:Description: ?
-:Type: Double
-:Required: No
-:Default: 0
-
-
-``osd debug drop ping duration``
-
-:Description:
-:Type: Integer
-:Required: No
-:Default: 0
-
-``osd debug drop pg create probability``
-
-:Description:
-:Type: Integer
-:Required: No
-:Default: 0
-
-``osd debug drop pg create duration``
-
-:Description: ?
-:Type: Double
-:Required: No
-:Default: 1
-
-
-``osd min pg log entries``
-
-:Description: The minimum number of log entries for placement groups.
-:Type: 32-bit Unsigned Integer
-:Required: No
-:Default: 250
-
-
-``osd op log threshold``
-
-:Description: How many op log messages to show up in one pass.
-:Type: Integer
-:Required: No
-:Default: 5
-
-
+.. confval:: osd_debug_drop_ping_probability
+.. confval:: osd_debug_drop_ping_duration
Filestore
---------
-``filestore debug omap check``
-
-:Description: Debugging check on synchronization. This is an expensive operation.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
+.. confval:: filestore_debug_omap_check
MDS
---
-
-``mds debug scatterstat``
-
-:Description: Ceph will assert that various recursive stat invariants are true
- (for developers only).
-
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``mds debug frag``
-
-:Description: Ceph will verify directory fragmentation invariants when
- convenient (developers only).
-
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``mds debug auth pins``
-
-:Description: The debug auth pin invariants (for developers only).
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``mds debug subtrees``
-
-:Description: The debug subtree invariants (for developers only).
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
+- :confval:`mds_debug_scatterstat`
+- :confval:`mds_debug_frag`
+- :confval:`mds_debug_auth_pins`
+- :confval:`mds_debug_subtrees`
RADOS Gateway
-------------
-
-``rgw log nonexistent bucket``
-
-:Description: Should we log a non-existent buckets?
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``rgw log object name``
-
-:Description: Should an object's name be logged. // man date to see codes (a subset are supported)
-:Type: String
-:Required: No
-:Default: ``%Y-%m-%d-%H-%i-%n``
-
-
-``rgw log object name utc``
-
-:Description: Object log name contains UTC?
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``rgw enable ops log``
-
-:Description: Enables logging of every RGW operation.
-:Type: Boolean
-:Required: No
-:Default: ``true``
-
-
-``rgw enable usage log``
-
-:Description: Enable logging of RGW's bandwidth usage.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
-``rgw usage log flush threshold``
-
-:Description: Threshold to flush pending log data.
-:Type: Integer
-:Required: No
-:Default: ``1024``
-
-
-``rgw usage log tick interval``
-
-:Description: Flush pending log data every ``s`` seconds.
-:Type: Integer
-:Required: No
-:Default: 30
-
-
-``rgw intent log object name``
-
-:Description:
-:Type: String
-:Required: No
-:Default: ``%Y-%m-%d-%i-%n``
-
-
-``rgw intent log object name utc``
-
-:Description: Include a UTC timestamp in the intent log object name.
-:Type: Boolean
-:Required: No
-:Default: ``false``
+- :confval:`rgw_log_nonexistent_bucket`
+- :confval:`rgw_log_object_name`
+- :confval:`rgw_log_object_name_utc`
+- :confval:`rgw_enable_ops_log`
+- :confval:`rgw_enable_usage_log`
+- :confval:`rgw_usage_log_flush_threshold`
+- :confval:`rgw_usage_log_tick_interval`
.. [#] there are levels >20 in some rare cases and that they are extremely verbose.
type: str
level: basic
desc: path to log file
+ fmt_desc: The location of the logging file for your cluster.
daemon_default: /var/log/ceph/$cluster-$name.log
see_also:
- log_to_file
type: int
level: advanced
desc: max unwritten log entries to allow before waiting to flush to the log
+ fmt_desc: The maximum number of new log files.
default: 1000
see_also:
- log_max_recent
type: bool
level: basic
desc: send log lines to a file
+ fmt_desc: Determines if logging messages should appear in a file.
default: true
see_also:
- log_file
type: bool
level: basic
desc: send log lines to stderr
+ fmt_desc: Determines if logging messages should appear in ``stderr``.
default: true
daemon_default: false
with_legacy: true
type: bool
level: basic
desc: send critical error log lines to stderr
+ fmt_desc: Determines if error messages should appear in ``stderr``.
default: false
daemon_default: true
with_legacy: true
type: bool
level: basic
desc: send log lines to syslog facility
+ fmt_desc: Determines if logging messages should appear in ``syslog``.
default: false
with_legacy: true
- name: err_to_syslog
type: bool
level: basic
desc: send critical error log lines to syslog facility
+ fmt_desc: Determines if error messages should appear in ``syslog``.
default: false
with_legacy: true
- name: log_flush_on_exit
type: bool
level: advanced
desc: set a process exit handler to ensure the log is flushed on exit
+ fmt_desc: Determines if Ceph should flush the log files after exit.
default: false
with_legacy: true
- name: log_stop_at_utilization
type: str
level: advanced
desc: Make daemons send cluster log messages to monitors
+ fmt_desc: Determines if ``clog`` messages should be sent to monitors.
default: default=true
flags:
- runtime
type: str
level: advanced
desc: Make daemons send cluster log messages to syslog
+ fmt_desc: Determines if ``clog`` messages should be sent to syslog.
default: 'false'
flags:
- runtime
default: 0.1
with_legacy: true
- name: osd_debug_drop_ping_probability
+ desc: N/A
type: float
level: dev
default: 0
with_legacy: true
- name: osd_debug_drop_ping_duration
+ desc: N/A
type: int
level: dev
default: 0
type: bool
level: dev
default: false
+ fmt_desc: Debugging check on synchronization. This is an expensive operation.
+
with_legacy: true
- name: filestore_omap_header_cache_size
type: size
type: str
level: advanced
desc: Make monitor send cluster log messages to syslog
+ fmt_desc: Determines if the cluster log should be output to the syslog.
default: default=false
services:
- mon
long_desc: This can either be a simple file name to receive all messages, or a list
of key/value pairs where the key is the log channel and the value is the filename,
which may include $cluster and $channel metavariables
+ fmt_desc: |
+ The locations of the cluster's log files. There are two channels in
+ Ceph: ``cluster`` and ``audit``. This option represents a mapping
+ from channels to log files, where the log entries of that
+ channel are sent to. The ``default`` entry is a fallback
+ mapping for channels not explicitly specified. So, the following
+ default setting will send cluster log to ``$cluster.log``, and
+ send audit log to ``$cluster.audit.log``, where ``$cluster`` will
+ be replaced with the actual cluster name.
default: default=/var/log/ceph/$cluster.$channel.log cluster=/var/log/ceph/$cluster.log
services:
- mon