]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: pass tunables smb service spec param to binary
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 25 Feb 2026 00:21:14 +0000 (19:21 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 27 Feb 2026 15:21:25 +0000 (10:21 -0500)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/cephadm/services/smb.py

index 344b97b5b1c8ab5764f55a157e0c12de7b36efb7..ef945d9b1f434d10c5cf48a78c60c494c007cd07 100644 (file)
@@ -189,6 +189,8 @@ class SMBService(CephService):
             _add_cfg(files, c_name, _to_conf(ext_cluster))
             k_name = f'{ext_cluster.alias}.ceph.keyring'
             _add_cfg(files, k_name, _to_keyring(ext_cluster))
+        if smb_spec.tunables:
+            config_blobs['tunables'] = smb_spec.tunables
 
         logger.debug('smb generate_config: %r', config_blobs)
         self._configure_cluster_meta(smb_spec, daemon_spec)