]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: use lazy_init to create the rados store
authorSachin Prabhu <sprabhu@redhat.com>
Mon, 18 Aug 2025 17:17:58 +0000 (18:17 +0100)
committerSachin Prabhu <sprabhu@redhat.com>
Wed, 22 Oct 2025 12:20:12 +0000 (13:20 +0100)
commitaec84ca9e01f8147a63b9a2f9de8473539b869ef
tree4dfae860f0afeee631f410985495ec39425fce8e
parent0015e4df5c150df8f609ed0c556361f6c89c46af
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>
(cherry picked from commit 4fc592eb64cce763f155d485330ea7cc342b3eb7)

Resolves: rhbz#2380412

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
src/pybind/mgr/smb/clustermeta.py
src/pybind/mgr/smb/module.py
src/pybind/mgr/smb/rados_store.py