Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • tang liyu
  • ceph-ansible
  • Repository
  • ceph-ansible
  • roles
  • ceph-rbd-mirror
  • templates
  • ceph-rbd-mirror.service.j2
Find file Blame History Permalink
  • Dimitri Savineau's avatar
    docker: Add Requires on docker service · bd22f1d1
    Dimitri Savineau authored Jun 22, 2020
    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: default avatarDimitri Savineau <dsavinea@redhat.com>
    bd22f1d1