]> git.apps.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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 22 Jun 2020 21:08:50 +0000 (23:08 +0200)
commitbd22f1d1ec8c692848aee5337cd0d682a3a058b7
tree367a27db527057eaf1a8ac55a7c4c1871218db6b
parent37b20b6525a217008b07624d40b1ac95577c7fe3
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>
14 files changed:
roles/ceph-grafana/templates/grafana-server.service.j2
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-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2