I was able to fix it by starting the process of setting up ceph from scratch On Sun, Jun 30, 2024 at 11:19 AM Suyash Dongre <suyashd999@gmail.com> wrote:
CMake Error at /usr/share/cmake-3.22/Modules/ExternalProject.cmake:2882 (message): No download info given for 'mgr-rook-client' and its source directory:
/var/lib/jenkins/workspace/ceph_jenkins_pipeline/ceph/src/pybind/mgr/rook/rook-client-python/rook_client
is not an existing non-empty directory. Please specify one of:
* SOURCE_DIR with an existing non-empty directory * DOWNLOAD_COMMAND * URL * GIT_REPOSITORY * SVN_REPOSITORY * HG_REPOSITORY * CVS_REPOSITORY and CVS_MODULE Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/ExternalProject.cmake:3716 (_ep_add_download_command) src/pybind/mgr/rook/CMakeLists.txt:3 (ExternalProject_Add)
-- Found Python: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter CMake Error at src/CMakeLists.txt:764 (add_subdirectory): The source directory
/var/lib/jenkins/workspace/ceph_jenkins_pipeline/ceph/src/dmclock
does not contain a CMakeLists.txt file.
How can I fix this?
Regards, Suyash Dongre