]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr/smb: add config_store.py defining generic in-memory stores
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 30 Jan 2024 19:39:16 +0000 (14:39 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 25 Apr 2024 23:10:38 +0000 (19:10 -0400)
commitc6648cb0a2f9adc1061aac7d49b737e8ec8ed346
treeaa92ec4f07ec54fa16407e371ce337ca2d584d11
parentf3d843e4c939aec06c68abc4aa44a115f8faf047
pybind/mgr/smb: add config_store.py defining generic in-memory stores

The config store abstraction is defined in proto.py the config_store.py
configuration stores meet this protocol with wrappers around in memory
structures.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/smb/config_store.py [new file with mode: 0644]