]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/smb: add rados_store.py wrapping rados apis
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)
commitf37a2e9f360a5f5a29b740ed031c82b4a4fd8ed3
treed15984aaeab01b5673509bc095a1d9d106902a6b
parentfe7ff2509c756f0881794b976c70fdd81eac8089
pybind/mgr/smb: add rados_store.py wrapping rados apis

Add a config store that wraps rados apis such that the values are
stored in rados objects.

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