FS#69083 - ceph-mgr - hangs during startup
Attached to Project:
Community Packages
Opened by Jamin Collins (jamincollins) - Wednesday, 23 December 2020, 16:51 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 17 January 2021, 15:06 GMT
Opened by Jamin Collins (jamincollins) - Wednesday, 23 December 2020, 16:51 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 17 January 2021, 15:06 GMT
|
Details
Description:
`ceph-mgr` hangs on startup. Inspection of its logs indicate that its last/current action is loading a module named *diskprediction_local*. This action never completes (see upstream bug reports). A temporary fix/workaround is to remove (disable is insufficient) the offending module and restart `ceph-mgr` ``` sudo rm -fr /usr/share/ceph/mgr/diskprediction_local sudo systemctl restart ceph-mgr@$(hostnamectl --static) ``` Additional info: * ceph-mgr 15.2.6-4 * https://tracker.ceph.com/issues/43447 * https://tracker.ceph.com/issues/45147 Steps to reproduce: * install `ceph-mgr` * attempt to start |
This task depends upon
Closed by Morten Linderud (Foxboron)
Sunday, 17 January 2021, 15:06 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#68726
Sunday, 17 January 2021, 15:06 GMT
Reason for closing: Duplicate
Additional comments about closing:
Comment by loqs (loqs) - Wednesday,
23 December 2020, 22:16 GMT
https://bugs.archlinux.org/task/68726 ?