mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
adc501c2ce
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:
|
||
---|---|---|
.. | ||
source | ||
.gitignore | ||
ceph-base.dirs | ||
ceph-base.docs | ||
ceph-base.install | ||
ceph-base.lintian-overrides | ||
ceph-base.maintscript | ||
ceph-base.postinst | ||
ceph-base.prerm | ||
ceph-common.dirs | ||
ceph-common.install | ||
ceph-common.postinst | ||
ceph-common.postrm | ||
ceph-fuse.install | ||
ceph-grafana-dashboards.install | ||
ceph-immutable-object-cache.install | ||
ceph-mds.dirs | ||
ceph-mds.install | ||
ceph-mds.postinst | ||
ceph-mds.prerm | ||
ceph-mgr-cephadm.install | ||
ceph-mgr-cephadm.postinst | ||
ceph-mgr-cephadm.prerm | ||
ceph-mgr-cephadm.requires | ||
ceph-mgr-dashboard.install | ||
ceph-mgr-dashboard.postinst | ||
ceph-mgr-dashboard.prerm | ||
ceph-mgr-dashboard.requires | ||
ceph-mgr-diskprediction-cloud.prerm | ||
ceph-mgr-diskprediction-local.install | ||
ceph-mgr-diskprediction-local.postinst | ||
ceph-mgr-diskprediction-local.prerm | ||
ceph-mgr-diskprediction-local.requires | ||
ceph-mgr-k8sevents.requires | ||
ceph-mgr-modules-core.install | ||
ceph-mgr-modules-core.requires | ||
ceph-mgr-rook.install | ||
ceph-mgr-rook.postinst | ||
ceph-mgr-rook.prerm | ||
ceph-mgr-rook.requires | ||
ceph-mgr.dirs | ||
ceph-mgr.install | ||
ceph-mgr.postinst | ||
ceph-mgr.prerm | ||
ceph-mgr.requires | ||
ceph-mon.dirs | ||
ceph-mon.install | ||
ceph-mon.postinst | ||
ceph-mon.prerm | ||
ceph-osd.dirs | ||
ceph-osd.install | ||
ceph-osd.postinst | ||
ceph-osd.prerm | ||
ceph-prometheus-alerts.install | ||
ceph-resource-agents.install | ||
ceph-test.install | ||
ceph-volume.install | ||
cephadm.install | ||
cephadm.postinst | ||
cephadm.postrm | ||
cephfs-mirror.install | ||
cephfs-shell.install | ||
cephfs-top.install | ||
changelog | ||
compat | ||
control | ||
copyright | ||
libcephfs2.install | ||
libcephfs-dev.install | ||
libcephfs-java.jlibs | ||
libcephfs-jni.install | ||
librados2.install | ||
librados-dev.install | ||
libradospp-dev.install | ||
libradosstriper1.install | ||
libradosstriper-dev.install | ||
librbd1.install | ||
librbd-dev.install | ||
librgw2.install | ||
librgw-dev.install | ||
libsqlite3-mod-ceph-dev.install | ||
libsqlite3-mod-ceph.install | ||
libsqlite3-mod-ceph.symbols | ||
py3dist-overrides | ||
python3-ceph-argparse.install | ||
python3-ceph-common.install | ||
python3-cephfs.install | ||
python3-rados.install | ||
python3-rbd.install | ||
python3-rgw.install | ||
rados-objclass-dev.install | ||
radosgw.dirs | ||
radosgw.install | ||
radosgw.postinst | ||
radosgw.prerm | ||
rbd-fuse.install | ||
rbd-mirror.install | ||
rbd-nbd.install | ||
rules | ||
watch |