]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/smb: Fix a typo in options for cluster resource 58518/head
authorAnoop C S <anoopcs@cryptolab.net>
Thu, 11 Jul 2024 12:02:16 +0000 (17:32 +0530)
committerAnoop C S <anoopcs@cryptolab.net>
Thu, 11 Jul 2024 12:45:06 +0000 (18:15 +0530)
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 <anoopcs@cryptolab.net>
doc/mgr/smb.rst

index 3cc7c07694c0b5e3e9f3f6c8ef0262cc8348a6b7..3415c55c9baadf941f4cdf1b92e753c4aa7988fe 100644 (file)
@@ -360,7 +360,7 @@ custom_dns
 placement
     Optional. A Ceph Orchestration :ref:`placement specifier
     <orchestrator-cli-placement-spec>`.  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