您好,登录后才能下订单哦!
[TOC]
软件 | 版本 |
---|---|
操作系统 | CentOS7.6 |
ceph | nautilus, v14.2.4 |
因为是刚搭建完ceph不久, rgw之前暂时没用到就没有添加。
今天添加rgw后,通过重启dashboard,发现报Error了。
ceph mgr module disable dashboard
ceph mgr module enable dashboard
Module 'devicehealth' has failed: Failed to import _strptime because the import lockis held by another thread.
通过在dashboard中的日志查看,发现mgr节点启动报错。
通过谷歌搜索,发现有人提过这个bug,好在在stackoverflow中找到了解决办法。
mgr节点中,修改devicehealth模块文件,
vim /usr/share/ceph/mgr/devicehealth/module.py
添加一行import _strptime
重启mgr服务。报错消失,问题解决。
systemctl restart ceph-mgr@ceph-node2.service
参考资料:
[1] https://tracker.ceph.com/issues/41879
[2] https://stackoverflow.com/questions/2427240/thread-safe-equivalent-to-pythons-time-strptime
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。