Hello,
here is a temporary solution to the dashboard issue:
Simply disable the module on all MGRs and then restart them.
This will no longer work if a package update changes something in /usr/share/ceph/mgr/dashboard/controllers/smb.py.
Hopefully, there will be an official solution by then.
If not, the step above must be repeated.
Best regards
here is a temporary solution to the dashboard issue:
ModuleNotFoundError: No module named “smb”Simply disable the module on all MGRs and then restart them.
sudo mv /usr/share/ceph/mgr/dashboard/controllers/smb.py /usr/share/ceph/mgr/dashboard/controllers/smb.py.disabledThis will no longer work if a package update changes something in /usr/share/ceph/mgr/dashboard/controllers/smb.py.
Hopefully, there will be an official solution by then.
If not, the step above must be repeated.
Best regards