]> git.proxmox.com Git - pve-manager.git/commit
add systemd replacement for ceph init script
authorWolfgang Link <w.link@proxmox.com>
Wed, 21 Dec 2016 14:56:12 +0000 (15:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Dec 2016 10:42:32 +0000 (11:42 +0100)
commitb8fb9fb0289615223ec6922384bbe5e829bab38a
tree9af4f4e9f1a3e3c16a2a38ddb2cf643e3079e7bb
parentd43f704212691a0460d3053c896d386f6bdf97f8
add systemd replacement for ceph init script

the old sys V init script does a lot of stuff, most of which
is already replaced with the system units since jewel,
except for the OSD activation which is still done by either
udev or the old init script.

include systemd service as drop in replacement for the init
script when using jewel. the service is not enabled by
default (as this would break hammer), but needs to be copied
to /etc/systemd/system on upgrade to (manual) or install of
jewel (automatic).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
bin/init.d/Makefile
bin/init.d/ceph.service [new file with mode: 0644]
bin/init.d/pve.conf [new file with mode: 0644]