From: Roland Sommer Date: Fri, 30 Jan 2026 07:54:49 +0000 (+0100) Subject: debian: package mgr/smb in ceph-mgr-modules-core X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57f54aeb77fe4cb69fd611943e4ac5e84ce739d5;p=ceph.git 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 --- diff --git a/debian/ceph-mgr-modules-core.install b/debian/ceph-mgr-modules-core.install index 5d1e35204fc..90359a8e3e7 100644 --- a/debian/ceph-mgr-modules-core.install +++ b/debian/ceph-mgr-modules-core.install @@ -17,6 +17,7 @@ usr/share/ceph/mgr/prometheus usr/share/ceph/mgr/rbd_support usr/share/ceph/mgr/rgw usr/share/ceph/mgr/selftest +usr/share/ceph/mgr/smb usr/share/ceph/mgr/snap_schedule usr/share/ceph/mgr/stats usr/share/ceph/mgr/status