From 08fb53cd974aa8f20d57adc892c810a573ef0c8d Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Thu, 12 Oct 2023 13:16:42 -0600 Subject: [PATCH] Add the py-bcrypt package to the ceph-daemon image With the upgrade to Reef 18.2.0, there is an unmet dependency for py-bcrypt in ceph-mgr that prevents the pg_autoscaler module (and probably others) from working properly. Change-Id: I4508f750235b2355ad6a50e14f451f421e136cf8 --- ceph-daemon/Dockerfile.ubuntu_focal | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-daemon/Dockerfile.ubuntu_focal b/ceph-daemon/Dockerfile.ubuntu_focal index 968e5e44..cd704876 100644 --- a/ceph-daemon/Dockerfile.ubuntu_focal +++ b/ceph-daemon/Dockerfile.ubuntu_focal @@ -54,6 +54,7 @@ RUN set -ex ;\ six \ openssl-python \ pyopenssl \ + py-bcrypt \ python-openstackclient \ python-swiftclient ;\ curl -sSL https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\