From: Kefu Chai Date: Tue, 19 May 2026 14:43:56 +0000 (+0800) Subject: container: install ceph-mgr-modules-core and ceph-mgr-modules-standard X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10754c68e3018a868b20bf54372b74df60e6eac3;p=ceph.git 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 --- 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 \