]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian: package mgr/smb in ceph-mgr-modules-core 67510/head
authorRoland Sommer <rol@ndsommer.de>
Fri, 30 Jan 2026 07:54:49 +0000 (08:54 +0100)
committerNaman Munet <naman.munet@ibm.com>
Wed, 25 Feb 2026 08:00:27 +0000 (13:30 +0530)
commit165b3310e73d487add06411c358d4f64d4e0b1e1
treeabb6f51fe651f63e6a75cd2db855c77df4dd9372
parentc824a7fa29b067db9ce5a381f59b175918299919
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>
(cherry picked from commit 57f54aeb77fe4cb69fd611943e4ac5e84ce739d5)
debian/ceph-mgr-modules-core.install