]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: Add new configs to share definition
authorShwetha K Acharya <Shwetha.K.Acharya@ibm.com>
Wed, 21 May 2025 11:20:53 +0000 (16:50 +0530)
committerShwetha K Acharya <Shwetha.K.Acharya@ibm.com>
Wed, 21 May 2025 13:46:43 +0000 (19:16 +0530)
commit74288183964c4d02a7528ab9fdf21c518930b401
treebaf7ab2dab8e910a9276e48599f079c0b0e0b329
parent63db0db9971128fe9e998df0c4312ac5eb6635cb
mgr/smb: Add new configs to share definition

Inorder to support Microsoft Management Console (MMC) plugin feature,
ceph manager must handle all fields supported by `add share command`
and related smb.conf options.

Added "comment" and "max connections" entries to the Samba
configuration generated by the Ceph Manager module. These fields
are required for MMC integration and will be made configurable in a
future update.

Signed-off-by: Shwetha K Acharya <Shwetha.K.Acharya@ibm.com>
qa/suites/orch/cephadm/smb/tasks/deploy_smb_basic.yaml
qa/suites/orch/cephadm/smb/tasks/deploy_smb_domain.yaml
src/pybind/mgr/smb/handler.py