From 08ed13ab4c27b09446abef39da8532526b0c3500 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 25 Feb 2026 10:34:42 -0500 Subject: [PATCH] doc: document smb cluster resource log_level parameter Signed-off-by: John Mulligan --- doc/mgr/smb.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3