Did you reboot or uninstall after disabling? I've had mine disabled for over 24hr and I still have the warning.Thanks! Worked like a charm.
Module 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter process
Well, I was able to fix it by runningAh, no. It's now the warning about "restful". I had installed the dashboard, and believe I had that warning as well, but it's now gone.
Has anyone found a solution for the below warning?
Code:Module 'restful' has failed dependency: PyO3 modules may only be initialized once per interpreter process
ceph mgr module disable restful
Looks like there might be a fix incoming... Ceph Users Mailing ListOnly issue with that fix is that it removes the error, but doesn't fix the dashboard itself.
That'll be nice, the dashboard is useful.Looks like there might be a fix incoming... Ceph Users Mailing List
Hello, did you follow the 7to8 guide [1]? specifically upgrading Ceph before PVE?
[1] https://pve.proxmox.com/wiki/Upgrade_from_7_to_8
#one node at a time
apt update
apt dist-upgrade
systemctl restart ceph-mon.target
systemctl restart ceph-mgr.target
systemctl restart ceph-osd.target
pve7to8 --full
Without --force, I get the following error:Same issue here.
Warning Notes:
DO NOT USE --force
Code:ceph mgr module enable dashboard --force
As it disables all the managers, destroy then recreate will be needed
Hope this issue will be solved, Dashboard is very helpful for real-time monitoring
ceph mgr module enable dashboard
Error ENOENT: all mgr daemons do not support module 'dashboard', pass --force to force enablement