Bug #43153
mgr orchestrator hangs
% Done:
0%
Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
after add hosts and running a mon update the orchestrator will hang on any orchestrator command
Related issues
History
#1 Updated by Neha Ojha over 1 year ago
- Assignee set to Sebastian Wagner
Sebastian, mind taking a look at this?
#2 Updated by Sage Weil about 1 year ago
- Project changed from mgr to Orchestrator
- Category deleted (
orchestrator)
#3 Updated by Sebastian Wagner about 1 year ago
- Category set to cephadm
#4 Updated by Sebastian Wagner about 1 year ago
Looks like as cephadm did indefinitely hang on
CephadmOrchestrator()._get_inventory([
('dell-r730-004.dsal.lab.eng.rdu2.redhat.com', OutdatableData(data=None, last_refresh=None)),
('dell-r730-005', OutdatableData(data=None, last_refresh=None)),
('dell-r730-006', OutdatableData(data=None, last_refresh=None))
])
Restarting the mgr in this case is a workaround only. We should find a better solution.
#5 Updated by Sebastian Wagner about 1 year ago
- Related to Bug #37514: mgr CLI commands block one another (indefinitely if the orchestrator CLI gets stuck in wait) added
#6 Updated by Sebastian Wagner about 1 year ago
- Status changed from New to Can't reproduce
please reopen, if this happens again.