admin 发表于 2024-9-18 21:35:12

ceph [WRN] MGR_MODULE_DEPENDENCY: Module 'restful' has failed dependency: No mod

MGR_MODULE_DEPENDENCY: Module 'restful' has failed dependency: No module named 'pecan'
    Module 'restful' has failed dependency: No module named 'pecan'


解决办法:

pip3 install pecan werkzeug


重启mon服务:

systemctl restart ceph-mon@`hostname -s`.service





页: [1]
查看完整版本: ceph [WRN] MGR_MODULE_DEPENDENCY: Module 'restful' has failed dependency: No mod