Project

General

Profile

Backport #42116

Updated by Nathan Cutler over 4 years ago

https://github.com/ceph/ceph/pull/30846 

 --- 

 From the mailinglist: 

 <pre>ceph telemetry show</pre> 

 <pre> 
 ceph telemetry show 
 Error EINVAL: Traceback (most recent call last): 
   File "/usr/lib/ceph/mgr/telemetry/module.py", line 325, in handle_command 
     report = self.compile_report() 
   File "/usr/lib/ceph/mgr/telemetry/module.py", line 291, in compile_report 
     report['crashes'] = self.gather_crashinfo() 
   File "/usr/lib/ceph/mgr/telemetry/module.py", line 214, in gather_crashinfo 
     errno, crashids, err = self.remote('crash', 'do_ls', '', '') 
   File "/usr/lib/ceph/mgr/mgr_module.py", line 845, in remote 
     args, kwargs) 
 ImportError: Module not found 
 </pre> 

 Running 13.2.6 on Ubuntu Xenial 16.04.6 LTS

Back