[pve-devel] applied: [PATCH manager] ceph: ensure mgr starts after pve-cluster
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Jul 31 15:47:58 CEST 2017
applied
On Mon, Jul 31, 2017 at 11:33:16AM +0200, Fabian Grünbichler wrote:
> 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