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 Dec 6, 2023
1 parent c24067e commit 84eefc0
Show file tree
Hide file tree
Showing 2 changed files with 431 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

Expand All @@ -19,6 +20,7 @@
'Monitoring',
'NFSGanesha',
'OSD',
'SMB',
'SNMPGateway',
'Tracing',
]
Loading

0 comments on commit 84eefc0

Please sign in to comment.