From: Aaron Lauterer Date: Mon, 18 Jul 2022 14:09:10 +0000 (+0200) Subject: ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=5d339c2562b89160e65921667364f34b4b12b948 ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk 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 --- diff --git a/services/Makefile b/services/Makefile index b46c7119..75809a37 100644 --- a/services/Makefile +++ b/services/Makefile @@ -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/