From 97119edd8b1a6419bfa5ed6a3b497a794a3fd7a4 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 11 Jul 2024 17:32:16 +0530 Subject: [PATCH] doc/mgr/smb: Fix a typo in options for cluster resource Custom options to the ceph.smb.cluster resource are expected under "custom_smb_global_options" and not "custom_smb_share_options". Signed-off-by: Anoop C S --- doc/mgr/smb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 3cc7c07694c0b..3415c55c9baad 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -360,7 +360,7 @@ custom_dns placement Optional. A Ceph Orchestration :ref:`placement specifier `. Defaults to one host if not provided -custom_smb_share_options +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 *not* use this option unless you are prepared to debug the Samba instances -- 2.39.5