mirror of https://github.com/ceph/ceph-ansible.git
47b7c00287
In case of failure, the systemd ExecStop isn't executed so the container
isn't removed. After a reboot of a failed node, the container doesn't
start because the old container is still present in created state.
We should always try to remove the container in ExecStartPre for this
situation.
A normal reboot doesn't trigger this issue and this also doesn't affect
nodes running containers via docker.
This behaviour was introduced by
|
||
---|---|---|
.. | ||
node_exporter.service.j2 |