]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian: add missing bcrypt to manager .requires
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Sep 2023 11:28:07 +0000 (13:28 +0200)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 23 Apr 2024 18:54:10 +0000 (18:54 +0000)
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'

Fixes: https://tracker.ceph.com/issues/63637
Fixes: ef19547e83e ("debian: add .requires for specifying python3 deps")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit adc501c2ceed138dd0b94be5a17ea7489377da57)
(cherry picked from commit 387b840c1786e77afab5c88b90682d1df3d42811)

debian/ceph-mgr.requires

index bf334fb9bd299d8ff604b44eef100875f3a9bc34..39336330c9394e3433d269152db02c5284eaecc3 100644 (file)
@@ -1,3 +1,4 @@
+bcrypt
 pyOpenSSL
 cephfs
 ceph-argparse