]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
systemd services: fix installing ceph-volume@ 66853/head 66861/head
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Dec 2025 16:28:11 +0000 (17:28 +0100)
committerKefu Chai <k.chai@proxmox.com>
Fri, 9 Jan 2026 05:55:47 +0000 (13:55 +0800)
commita3d1b8de00616b2b80313cc505a0ff08b7ea96bb
treeee9c8c44f6ab523ff7ac521a08b66fd4f5a1fd55
parent8da68c82dbbb70a485ab6713cada68443fa2c925
systemd services: fix installing ceph-volume@

The ceph-volume@ service uses the @CMAKE_INSTALL_PREFIX@, so we cannot
just install it directly like the target units, but need to process it
like all other units that are referring to actual executables that
reside in build-target dependent paths.

Fixes: 68c72c5dff5 ("systemd: use CMake install prefix in templates")
Reported-by: Daniel Herzig <d.herzig@proxmox.com>
Reported-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 2fce003f8d003dd0fa249f2c92dbe72717c4d6c3)
systemd/CMakeLists.txt
systemd/ceph-volume@.service [deleted file]
systemd/ceph-volume@.service.in [new file with mode: 0644]