]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker: Add Requires on docker service
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 22 Jun 2020 17:58:10 +0000 (13:58 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 23 Jun 2020 01:08:13 +0000 (21:08 -0400)
commita2556f084de8a0aea746558c84cf629f8ddccc5d
tree0603e77d1098027b8cfcc01245a86b7bf1305892
parent9a9ef7bc9717dae20444e2bdf653d0b511ffd26f
docker: Add Requires on docker service

When using docker container engine then the systemd unit scripts only
use a dependency on the docker daemon via the After parameter.
But if docker is restarted on a live system then the ceph systemd units
should wait for the docker daemon to be fully restarted.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1846830
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit bd22f1d1ec8c692848aee5337cd0d682a3a058b7)
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
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