您好,登錄后才能下訂單哦!
[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進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。