]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/troubleshooting/log-and-debug: document option using :confval:
authorKefu Chai <kchai@redhat.com>
Mon, 5 Jul 2021 04:47:59 +0000 (12:47 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 5 Jul 2021 15:57:32 +0000 (23:57 +0800)
* simpler this way.
* and drop non-existent options.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/rados/troubleshooting/log-and-debug.rst
src/common/options/global.yaml.in
src/common/options/mon.yaml.in

index 71170149bca815a7950efbd515324110508f0b75..c9c98b5242edbf7af827e14dbeb18646833c34b7 100644 (file)
@@ -306,294 +306,48 @@ but you may override default settings as needed. Ceph supports the following
 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.
index 1dd0b57d467f14d5319a93d61f1e07d488631fe8..c86fd5cd4cde7a486555b0c3cd698c9d8ef5849a 100644 (file)
@@ -449,6 +449,7 @@ options:
   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
@@ -462,6 +463,7 @@ options:
   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
@@ -485,6 +487,7 @@ options:
   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
@@ -493,6 +496,7 @@ options:
   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
@@ -500,6 +504,7 @@ options:
   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
@@ -516,18 +521,21 @@ options:
   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
@@ -611,6 +619,7 @@ options:
   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
@@ -623,6 +632,7 @@ options:
   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
@@ -3035,11 +3045,13 @@ options:
   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
@@ -5326,6 +5338,8 @@ options:
   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
index 535dc65e26a2e0a807f3c81e43b45524f85ec78f..168422f37280f046fd5ad0f84d70210bc1b5c8d5 100644 (file)
@@ -89,6 +89,7 @@ options:
   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
@@ -138,6 +139,15 @@ options:
   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