From bf37ceef235d633e48a5cfbe049c9bf91815128c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 26 May 2026 17:39:53 +0530 Subject: [PATCH] qa/cephfs: install ceph-mgr-modules-standard for cephfs tests Now that the ceph-mgr plugins are being separated into essential and non-essential packages (always-on vs. optional), cephfs qa suite requires the optional packages for ceph-mgr plugins which are not always-on, but are being tested with fs suite. The good thing is, we can install _all_ optional plugins using ceph-mgr-modules-standard package instead of installing cherry-picked packages. Signed-off-by: Venky Shankar --- qa/cephfs/begin/0-install.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/cephfs/begin/0-install.yaml b/qa/cephfs/begin/0-install.yaml index c995efca941..23767eaf43d 100644 --- a/qa/cephfs/begin/0-install.yaml +++ b/qa/cephfs/begin/0-install.yaml @@ -6,11 +6,13 @@ tasks: - cephfs-shell - cephfs-top - cephfs-mirror + - ceph-mgr-modules-standard deb: - python3-cephfs - cephfs-shell - cephfs-top - cephfs-mirror + - ceph-mgr-modules-standard # For kernel_untar_build workunit extra_system_packages: deb: -- 2.47.3