FS#64042 - [ceph-mgr] Dependency: python-requests and python package telemetry is missing!

Attached to Project: Community Packages
Opened by likeit (likeit) - Sunday, 06 October 2019, 15:46 GMT
Last edited by Thore Bödecker (foxxx0) - Sunday, 13 October 2019, 07:38 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Thore Bödecker (foxxx0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

To run an MGR daemon some python packages are missing!

Steps to reproduce:

ceph-mgr@m1.service - Ceph cluster manager daemon
Loaded: loaded (/usr/lib/systemd/system/ceph-mgr@.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2019-10-06 17:38:12 CEST; 5min ago
Main PID: 431 (ceph-mgr)
Tasks: 33
Memory: 226.2M
CGroup: /system.slice/system-ceph\x2dmgr.slice/ceph-mgr@m1.service
├─ 431 /usr/bin/ceph-mgr -f --cluster ceph --id m1 --setuser ceph --setgroup ceph

Oct 06 17:38:35 node1 ceph-mgr[431]: 2019-10-06 17:38:35.596 7fea9162fd40 -1 mgr[py] Module not found: 'telemetry'
Oct 06 17:38:35 node1 ceph-mgr[431]: 2019-10-06 17:38:35.596 7fea9162fd40 -1 mgr[py] Traceback (most recent call last):
Oct 06 17:38:35 node1 ceph-mgr[431]: File "/usr/share/ceph/mgr/telemetry/__init__.py", line 1, in <module>
Oct 06 17:38:35 node1 ceph-mgr[431]: from .module import Module
Oct 06 17:38:35 node1 ceph-mgr[431]: File "/usr/share/ceph/mgr/telemetry/module.py", line 10, in <module>
Oct 06 17:38:35 node1 ceph-mgr[431]: import requests
Oct 06 17:38:35 node1 ceph-mgr[431]: ModuleNotFoundError: No module named 'requests'
Oct 06 17:38:35 node1 ceph-mgr[431]: 2019-10-06 17:38:35.599 7fea9162fd40 -1 mgr[py] Class not found in module 'telemetry'
Oct 06 17:38:35 node1 ceph-mgr[431]: 2019-10-06 17:38:35.599 7fea9162fd40 -1 mgr[py] Error loading module 'telemetry': (2) No such file or directory
Oct 06 17:38:36 node1 ceph-mgr[431]: 2019-10-06 17:38:36.173 7fea9162fd40 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: ansible, dashboard, deepsea, restful,
This task depends upon

Closed by  Thore Bödecker (foxxx0)
Sunday, 13 October 2019, 07:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed as of ceph-mgr 14.2.1-2
Comment by likeit (likeit) - Sunday, 06 October 2019, 15:55 GMT
Missing dependencies:
* python-requests
* python-pyopenssl

Loading...