]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
set RuntimeDirectory in all systemd unit templates
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Feb 2019 13:19:20 +0000 (14:19 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 5 Feb 2019 17:14:28 +0000 (18:14 +0100)
commit914d94cae8ed4817780de7fe412b3cde6797a544
treeaba5f4a36efedbc74d95a01ec1086a9da9fb4df9
parentac7f4b3a01efaa0fc7d2aa1b1a41ecbccde22989
set RuntimeDirectory in all systemd unit templates

/var/run/ceph resides in a non persistent filesystem (tmpfs)
After a reboot, all daemons won't start because this directory will be
missing.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2