Skip to content

Commit

Permalink
cephadm: import and enable deployment of SMB daemon class
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
phlogistonjohn committed Mar 21, 2024
1 parent 0169fd9 commit f86e710
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cephadm/cephadmlib/daemons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .monitoring import Monitoring
from .nfs import NFSGanesha
from .nvmeof import CephNvmeof
from .smb import SMB
from .snmp import SNMPGateway
from .tracing import Tracing
from .node_proxy import NodeProxy
Expand All @@ -20,6 +21,7 @@
'Monitoring',
'NFSGanesha',
'OSD',
'SMB',
'SNMPGateway',
'Tracing',
'NodeProxy',
Expand Down

0 comments on commit f86e710

Please sign in to comment.