From 10754c68e3018a868b20bf54372b74df60e6eac3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 19 May 2026 22:43:56 +0800 Subject: [PATCH] container: install ceph-mgr-modules-core and ceph-mgr-modules-standard The Containerfile uses --setopt=install_weak_deps=False throughout, so ceph-mgr-modules-core (a Recommends of ceph-mgr, not a Requires) and the split-out module packages are not automatically installed. Add them explicitly. Signed-off-by: Kefu Chai --- container/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container/Containerfile b/container/Containerfile index 07d68e6b5df..e6d7acbf18a 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -160,6 +160,8 @@ ceph-mgr-cephadm \ ceph-mgr-dashboard \ ceph-mgr-diskprediction-local \ ceph-mgr-k8sevents \ +ceph-mgr-modules-core \ +ceph-mgr-modules-standard \ ceph-mgr-rook \ ceph-mgr \ ceph-mon \ -- 2.47.3