FS#64041 - [ceph] Dependency: python-ptable is missing

Attached to Project: Community Packages
Opened by likeit (likeit) - Sunday, 06 October 2019, 15:26 GMT
Last edited by Thore Bödecker (foxxx0) - Sunday, 22 November 2020, 16:31 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 4
Private No

Details

Description:

The python-ptable dependency is missing!

Steps to reproduce:

execute: ceph -s

Traceback (most recent call last):
File "/usr/bin/ceph", line 148, in <module>
from ceph_daemon import admin_socket, DaemonWatcher, Termsize
File "/usr/lib/python3.7/site-packages/ceph_daemon.py", line 24, in <module>
from prettytable import PrettyTable, HEADER
ModuleNotFoundError: No module named 'prettytable'
This task depends upon

Closed by  Thore Bödecker (foxxx0)
Sunday, 22 November 2020, 16:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed as of ceph-15.2.6-1
Comment by Svenne Krap (svenne_k) - Monday, 07 October 2019, 19:13 GMT
Please notice, that ceph-mgr is split out (should probably be an optional dependency) and that ceph-mgr needs python-pyopenssl as dependency...
Comment by Thomas Schneider (BlackLotus) - Friday, 15 November 2019, 14:46 GMT
python-prettytable is the correct dependency that should be added
Comment by Thore Bödecker (foxxx0) - Saturday, 04 January 2020, 15:44 GMT
Hey, sorry for the delay.

A fixed version can be found in [testing]: 14.2.5-1
Please test this package and report back.
Comment by likeit (likeit) - Saturday, 04 January 2020, 19:21 GMT
Hey,

my cluster is now running with 14.2.5-1. I found another missing dependency (ceph-mgr: python-yaml).

See: https://bugs.archlinux.org/task/65048
Comment by Thore Bödecker (foxxx0) - Saturday, 04 January 2020, 21:47 GMT
Thanks for the feedback, I've just kicked off another build while trying to find more undocumented dependencies.
I'll post an Update to  FS#65048  once the the new pkgrel is in [community-testing].
Comment by Doug Newgard (Scimmia) - Wednesday, 11 March 2020, 12:37 GMT
The issue here is ceph, not ceph-mgr.

Loading...