]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/smb: Add configurable options to share
authorShwetha K Acharya <Shwetha.K.Acharya@ibm.com>
Fri, 20 Jun 2025 12:03:52 +0000 (17:33 +0530)
committerShwetha K Acharya <Shwetha.K.Acharya@ibm.com>
Thu, 10 Jul 2025 05:38:55 +0000 (11:08 +0530)
commit2e8cb970d8cfd84366da4853e64ccb7930a8a64b
tree1b25231f0a3e40c288dd571d975a8f198dcb64b6
parent94b8a156e3c59813b5354f484da97122b49be851
mgr/smb: Add configurable options to share

Introduced comment and max_connections fields as configurable
options in the Share resource to support Microsoft Management
Console (MMC) integration.

Added appropriate validations and tests.

Signed-off-by: Shwetha K Acharya <Shwetha.K.Acharya@ibm.com>
src/pybind/mgr/smb/handler.py
src/pybind/mgr/smb/resources.py
src/pybind/mgr/smb/tests/test_handler.py
src/pybind/mgr/smb/tests/test_resources.py