]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: import and enable deployment of SMB daemon class
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 6 Dec 2023 20:14:32 +0000 (15:14 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 21 Mar 2024 22:30:57 +0000 (18:30 -0400)
commitf86e7106a48bd64a36c67377c780c6cf1521bdb5
treee4a08486bb16267454880b876ac9c271035bdd3d
parent0169fd945e7a1d5ea9dc3969e257cd0ecce0c1c6
cephadm: import and enable deployment of SMB daemon class

Enable the use of the SMB container daemon form class by importing, and
thus registering, it. Note that the only way to invoke this feature is
by hand rolling some JSON to feed to the `ceph _orch deploy` command.
Connecting this with the cephadm mgr module is left as a future task.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/daemons/__init__.py
src/cephadm/cephadmlib/daemons/smb.py [new file with mode: 0644]