[pve-devel] [PATCH manager] ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk
Aaron Lauterer
a.lauterer at proxmox.com
Mon Jul 18 16:09:10 CEST 2022
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 at proxmox.com>
---
services/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 at .service.d
install -d ${SERVICEDIR}/ceph-osd at .service.d
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd at .service.d
- install -d ${SERVICEDIR}/ceph-disk at .service.d
- install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk at .service.d
+ install -d ${SERVICEDIR}/ceph-volume at .service.d
+ install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-volume at .service.d
install -d ${SERVICEDIR}/ceph-mds at .service.d
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds at .service.d
install -d ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/
--
2.30.2
More information about the pve-devel
mailing list