]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
systemd services: fix installing ceph-volume@ 66670/head
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Dec 2025 16:28:11 +0000 (17:28 +0100)
committerKefu Chai <k.chai@proxmox.com>
Tue, 6 Jan 2026 11:57:57 +0000 (19:57 +0800)
commit2fce003f8d003dd0fa249f2c92dbe72717c4d6c3
treee7b6bbc540e41ef0483b3cc6631b27f3aff65020
parente521913fb68e6bd66b2b324d076da95fee08f42b
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>
systemd/CMakeLists.txt
systemd/ceph-volume@.service [deleted file]
systemd/ceph-volume@.service.in [new file with mode: 0644]