]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/smb: add a python module to help manage the ctdb cluster
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 15 Jul 2024 19:39:19 +0000 (15:39 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 13:53:56 +0000 (09:53 -0400)
commitcd2d01e9f5152dcfd200273825802e3b3c04ca92
tree16786e0b69855e65012229e540384cb0ea92dff2
parent6c36f61b227baecbf59d1ff1bdaf2bed15c7d933
mgr/smb: add a python module to help manage the ctdb cluster

Add a new module clustermeta that implements a JSON based interface
compatible with sambacc. This module will be called directly by cephadm
as it places the daemons on the cluster nodes.

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