]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: install cli_api mgr module
authorKefu Chai <k.chai@proxmox.com>
Tue, 19 May 2026 13:48:38 +0000 (21:48 +0800)
committerKefu Chai <k.chai@proxmox.com>
Mon, 1 Jun 2026 08:00:26 +0000 (16:00 +0800)
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 <k.chai@proxmox.com>
src/pybind/mgr/CMakeLists.txt

index 36abd1bb53f4672792de223a6f3b30e70ffbdf21..c5074aff4c04258a298ee6c4088cf7e024b9ba63 100644 (file)
@@ -22,6 +22,7 @@ set(mgr_modules
   alerts
   balancer
   cephadm
+  cli_api
   crash
   # dashboard (optional)
   devicehealth