]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: add a uri lookup func to the MonKeyConfigStore
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 1 Jul 2025 23:08:24 +0000 (19:08 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Aug 2025 14:48:03 +0000 (10:48 -0400)
commit2789802fc147fb79c8ae28fecfa974db2f165721
treef260610ec92795c6a14c05e26810bd1d177205c1
parent8254069dba53d6bf50a76a087a692ea633a60736
mgr/smb: add a uri lookup func to the MonKeyConfigStore

Add a new lookup_uri function to the MonKeyConfigStore - this allows the
store to return an entry given a URI. The URIs in the stores are
typically used to communicate to components outside the mgr module. But
there are occasions that we have a uri and want to look it up instead
of using a key.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/smb/mon_store.py