]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/smb: add a RawConfigEntry protocol type
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 1 Jul 2025 21:15:10 +0000 (17:15 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 12 Aug 2025 14:48:03 +0000 (10:48 -0400)
commit6d9e126eb25625dec5a2de61955ad625a6303d1a
treefd810ea240042409395cbc6a40a982e9ed36e4a8
parent2698e050d861999433b7717d5822a2b5942f8504
mgr/smb: add a RawConfigEntry protocol type

Previously, the ConfigEntry type was created to be general interface for
serializing structures to JSON and persist them in a store.
However, there are times we want to retain data in a store that is not
serialized JSON - but just raw data. Create a new protocol for that
purpose.

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