[pve-devel] [PATCH manager] ceph: ensure mgr starts after pve-cluster

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Jul 31 11:33:16 CEST 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 bin/init.d/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/init.d/Makefile b/bin/init.d/Makefile
index d6ac3782..99ca432d 100644
--- a/bin/init.d/Makefile
+++ b/bin/init.d/Makefile
@@ -30,6 +30,8 @@ install: ${SCRIPTS}
 	install -m 0644 ${SERVICES} ${SERVICEDIR}
 	install -d ${SERVICEDIR}/ceph-mon at .service.d
 	install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon at .service.d
+	install -d ${SERVICEDIR}/ceph-mgr at .service.d
+	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
-- 
2.11.0





More information about the pve-devel mailing list