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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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 
Comment by loqs (loqs) - Wednesday, 23 December 2020, 22:16 GMT

Loading...