]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: add a new protocol for a FindingConfigStore
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 May 2024 21:10:26 +0000 (17:10 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 6 Jul 2024 14:00:18 +0000 (10:00 -0400)
commit2d35e4cfda6963f523aff0effa4f724bac4a369d
treea36cee45134a975cda2d7f907092644db412d3e3
parent2a82d9b156413a887f48639163d7b87a252afea4
mgr/smb: add a new protocol for a FindingConfigStore

Add a new FindingConfigStore protocol. This FindingConfigStore is a
ConfigStore that provides a method for more quickly/efficiently finding
specific entries in the store. This is opposed to walking all keys and
getting all objects and comparing them. This protocol is optional and
will only be implemented by a few specialized stores.

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