From: Kefu Chai Date: Tue, 19 May 2026 13:48:38 +0000 (+0800) Subject: cmake: install cli_api mgr module X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=38c09e303dc2e5fd0e28cd6e078700f2fde5303f;p=ceph.git cmake: install cli_api mgr module cli_api was missing from the mgr_modules list, so cmake did not install it into the buildroot, causing RPM packaging to fail with "File not found". Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/CMakeLists.txt b/src/pybind/mgr/CMakeLists.txt index 36abd1bb53f..c5074aff4c0 100644 --- a/src/pybind/mgr/CMakeLists.txt +++ b/src/pybind/mgr/CMakeLists.txt @@ -22,6 +22,7 @@ set(mgr_modules alerts balancer cephadm + cli_api crash # dashboard (optional) devicehealth