]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document smb cluster resource log_level parameter 67534/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 25 Feb 2026 15:34:42 +0000 (10:34 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 27 Feb 2026 15:40:09 +0000 (10:40 -0500)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
doc/mgr/smb.rst

index 86ac373ca3175e8058f3c994ed7134f494eeb8b0..4fd3e279e386bc9e76a3d0ae7e01db3c7c03bcb5 100644 (file)
@@ -683,6 +683,13 @@ external_ceph_cluster:
     Optional object. The fields are described in :ref:`external Ceph cluster
     source fields<external-ceph-cluster-source-fields>`. This is an
     advanced option and should be used with caution.
+debug_level:
+    Optional object. Specify subsystem based default logging level values.
+    Supported keys are ``samba`` and ``ctdb``. Supported values include
+    numbers (``1`` through ``10`` typically) or level names such as ``INFO``
+    or ``DEBUG``. The system will translate names to numbers (for ``samba``)
+    or vice-versa as needed. Example YAML snippet:
+    ``debug_level: {smb: 8, ctdb: INFO}``.
 custom_smb_global_options
     Optional mapping. Specify key-value pairs that will be directly added to
     the global ``smb.conf`` options (or equivalent) of a Samba server.  Do