]> git.proxmox.com Git - pve-manager.git/commitdiff
ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 18 Jul 2022 14:09:10 +0000 (16:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jul 2022 15:21:18 +0000 (17:21 +0200)
The ceph-disk service seems to have been removed with octopus (v15) and
we did not yet have them for ceph-volume which could lead to some
startup issues in cases where the pve-cluster service did not start fast
enough.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
services/Makefile

index b46c71194e28fc4e15d5c92ddd0540122805ceaa..75809a3747ac6505276798d4f31cfd8f0787de99 100644 (file)
@@ -25,8 +25,8 @@ install: ${SERVICES}
        install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mgr@.service.d
        install -d ${SERVICEDIR}/ceph-osd@.service.d
        install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d
-       install -d ${SERVICEDIR}/ceph-disk@.service.d
-       install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
+       install -d ${SERVICEDIR}/ceph-volume@.service.d
+       install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-volume@.service.d
        install -d ${SERVICEDIR}/ceph-mds@.service.d
        install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d
        install -d ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/