From: John Mulligan Date: Wed, 25 Feb 2026 15:34:42 +0000 (-0500) Subject: doc: document smb cluster resource log_level parameter X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08ed13ab4c27b09446abef39da8532526b0c3500;p=ceph.git doc: document smb cluster resource log_level parameter Signed-off-by: John Mulligan --- diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 86ac373ca31..4fd3e279e38 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -683,6 +683,13 @@ external_ceph_cluster: Optional object. The fields are described in :ref:`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