]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/smb: use lazy_init to create the rados store 65101/head
authorSachin Prabhu <sprabhu@redhat.com>
Mon, 18 Aug 2025 17:17:58 +0000 (18:17 +0100)
committerSachin Prabhu <sprabhu@redhat.com>
Mon, 18 Aug 2025 19:04:32 +0000 (20:04 +0100)
commit4fc592eb64cce763f155d485330ea7cc342b3eb7
tree9672adce22ea14f4629d773a170792f65b0e8d2a
parent6c001553ea4189ae5fe9bc0d0722348cbd31a3d1
mgr/smb: use lazy_init to create the rados store

The rados store is created when the service is deployed.

Also fix a typo identified in _lazy_init()

Signed-off-by: Sachin Prabhu <sp@spui.uk>
src/pybind/mgr/smb/clustermeta.py
src/pybind/mgr/smb/module.py
src/pybind/mgr/smb/rados_store.py