Actions
Bug #46740
closedmgr/cephadm: restart of daemon reports host is empty
Status:
Resolved
Priority:
Normal
Assignee:
Category:
cephadm/services
Target version:
% Done:
0%
Source:
Backport:
octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-4001-gd688926b8a
Released In:
v16.2.0~1809
Upkeep Timestamp:
2025-07-14T19:35:20+00:00
Description
When you run "ceph orch daemon restart prometheus.<host>" the immediate response is OK ("restart prometheus.rhs-srv-01 from host 'rhs-srv-01.ceph-dev.lab.eng.rdu2.redhat.com'"), but nothing happens. Looking at the mgr log shows
Traceback (most recent call last):
File "/usr/share/ceph/mgr/cephadm/module.py", line 1520, in _daemon_action
['--name', name, a])
File "/usr/share/ceph/mgr/cephadm/module.py", line 1012, in _run_cephadm
with self._remote_connection(host, addr) as tpl:
File "/lib64/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/usr/share/ceph/mgr/cephadm/module.py", line 966, in _remote_connection
raise OrchestratorError("host address is empty")
Updated by Paul Cuzner over 5 years ago
- Status changed from New to Fix Under Review
- Assignee set to Paul Cuzner
- Pull request ID set to 36338
Updated by Sebastian Wagner over 5 years ago
- Related to Bug #46103: Restart service command restarts all the services and accepts service type too added
Updated by Sebastian Wagner over 5 years ago
- Status changed from Fix Under Review to Resolved
- Target version changed from v16.0.0 to v15.2.5
Updated by Upkeep Bot 8 months ago
- Merge Commit set to d688926b8a1c08e645a43d255f26fa93040a63e7
- Fixed In set to v16.0.0-4001-gd688926b8a
- Released In set to v16.2.0~1809
- Upkeep Timestamp set to 2025-07-14T19:35:20+00:00
Actions