]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: package mgr/smb in ceph-mgr-modules-core 67133/head
authorRoland Sommer <rol@ndsommer.de>
Fri, 30 Jan 2026 07:54:49 +0000 (08:54 +0100)
committerRoland Sommer <rol@ndsommer.de>
Fri, 30 Jan 2026 07:54:49 +0000 (08:54 +0100)
commit57f54aeb77fe4cb69fd611943e4ac5e84ce739d5
tree2a052be90d2fbab21a52495bacdb0a30f34acb61
parenta76c01cfb33af760bb8b62f027066814eb493f97
debian: package mgr/smb in ceph-mgr-modules-core

The `BaseController` auto-imports the packaged `mgr/dashboard/controllers/smb.py`
file, which in turn wants to import `smb.enums` etc. which is part of the `smb`
package which is missing from `debian/ceph-mgr-modules-core.install`, thus
missing in the package. The missing module causes an exception
`ModuleNotFoundError: No module named 'smb'` on mgr instances when running a
ceph tentacle cluster installed from debian packages.

See: https://tracker.ceph.com/issues/74268
Signed-off-by: Roland Sommer <rol@ndsommer.de>
debian/ceph-mgr-modules-core.install