Project

General

Profile

Actions

Bug #63637

closed

debian packaging is missing bcrypt dependency for ceph-mgr's .requires file

Added by Thomas Lamprecht 6 months ago. Updated 26 days ago.

Status:
Resolved
Priority:
Normal
Category:
build
Target version:
-
% Done:

100%

Source:
Community (dev)
Tags:
backport_processed
Backport:
reef
Regression:
Yes
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Creating this ticket as asked in the pull request [0] to make backporting possible.

[0]: https://github.com/ceph/ceph/pull/53290#issuecomment-1825822454

The ceph-mgr package lost its dependency on python3-bcrypt when the dependencies got moved from d/control to a dh_python3 compatible requires file. Add it again as the bcrypt module is still used there.

Otherwise, one gets errors when, e.g., calling ceph -s after a fresh installation:

13 mgr modules have failed dependencies
Module 'balancer' has failed dependency: No module named 'bcrypt'
Module 'crash' has failed dependency: No module named 'bcrypt'
Module 'devicehealth' has failed dependency: No module named 'bcrypt'
Module 'iostat' has failed dependency: No module named 'bcrypt'
Module 'nfs' has failed dependency: No module named 'bcrypt'
Module 'orchestrator' has failed dependency: No module named 'bcrypt'
Module 'pg_autoscaler' has failed dependency: No module named 'bcrypt'
Module 'progress' has failed dependency: No module named 'bcrypt'
Module 'rbd_support' has failed dependency: No module named 'bcrypt'
Module 'restful' has failed dependency: No module named 'bcrypt'
Module 'status' has failed dependency: No module named 'bcrypt'
Module 'telemetry' has failed dependency: No module named 'bcrypt'
Module 'volumes' has failed dependency: No module named 'bcrypt'

This got introduced in commit ef19547 ("debian: add .requires for specifying python3 deps")


Related issues 1 (0 open1 closed)

Copied to Ceph - Backport #63638: reef: debian packaging is missing bcrypt dependency for ceph-mgr's .requires fileResolvedKonstantin ShalyginActions
Actions

Also available in: Atom PDF