]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados: improve "Ceph Subsystems"
authorZac Dover <zac.dover@proton.me>
Tue, 28 Nov 2023 05:08:48 +0000 (06:08 +0100)
committerZac Dover <zac.dover@proton.me>
Wed, 29 Nov 2023 02:01:53 +0000 (03:01 +0100)
Improve the English in the subsection "Ceph Subsystems" in the section
"Subsystem, Log and Debug Settings" [sic] in
doc/rados/troubleshooting/log-and-debug.rst.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/troubleshooting/log-and-debug.rst

index 4e2a7283ae7493133b37c2e2e8a69ae99677abff..7c3f848b54610364c45cddd4f8cd753e36038a70 100644 (file)
@@ -179,10 +179,12 @@ subsystem. Ceph's logging levels operate on a scale of ``1`` to ``20``, where
 logs are not sent to the output log unless one or more of the following
 conditions obtain:
 
-- a fatal signal is raised or
-- an ``assert`` in source code is triggered or
-- upon requested. Please consult `document on admin socket
-  <http://docs.ceph.com/en/latest/man/8/ceph/#daemon>`_ for more details.
+- a fatal signal has been raised or
+- an assertion within Ceph code has been triggered or
+- the sending of in-memory logs to the output log has been manually triggered.
+  Consult `the portion of the "Ceph Administration Tool documentation
+  that provides an example of how to submit admin socket commands
+  <http://docs.ceph.com/en/latest/man/8/ceph/#daemon>`_ for more detail.
 
 .. warning ::
    .. [#f1] In certain rare cases, there are logging levels that can take a value greater than 20. The resulting logs are extremely verbose.