Project

General

Profile

Bug #46740

Updated by Sebastian Wagner over 3 years ago

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 

 <pre> 
 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") 
 </pre>

Back