kolla-ansible/ansible/roles/neutron/tasks
Marcin Juszkiewicz 5314581beb Stop using MountFlags=shared in Docker configuration
According to Docker upstream release notes [1] MountFlags should be
empty.

1. https://docs.docker.com/engine/release-notes/#18091

"Important notes about this release

In Docker versions prior to 18.09, containerd was managed by the Docker
engine daemon. In Docker Engine 18.09, containerd is managed by systemd.
Since containerd is managed by systemd, any custom configuration to the
docker.service systemd configuration which changes mount settings (for
example, MountFlags=slave) breaks interactions between the Docker Engine
daemon and containerd, and you will not be able to start containers.

Run the following command to get the current value of the MountFlags
property for the docker.service:

sudo systemctl show --property=MountFlags docker.service
MountFlags=

Update your configuration if this command prints a non-empty value for
MountFlags, and restart the docker service."

Closes-bug: #1833835

Change-Id: I4f4cbb09df752d00073a606463c62f0a6ca6c067
(cherry picked from commit 35941738d5)
2019-08-08 11:27:13 +00:00
..
bootstrap_service.yml Apply Neutron rolling upgrade logic 2018-10-31 07:45:28 +00:00
bootstrap.yml During deploy, always sync DB 2019-07-12 14:10:00 +01:00
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
config-neutron-fake.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
config.yml Fix up config file permissions on the host 2019-04-02 17:23:31 +01:00
deploy.yml Move the ironic-check action into prechecks.yml 2018-09-21 12:44:29 +08:00
legacy_upgrade.yml Apply Neutron rolling upgrade logic 2018-10-31 07:45:28 +00:00
loadbalancer.yml Refactor haproxy config (split by service) V2.0 2018-09-26 03:30:38 -07:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Stop using MountFlags=shared in Docker configuration 2019-08-08 11:27:13 +00:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
register.yml Use become for all docker tasks 2019-06-28 11:26:57 +01:00
rolling_upgrade.yml Use become for all docker tasks 2019-06-28 11:26:57 +01:00
stop.yml Support stop specific containers 2018-11-26 08:07:01 +00:00
upgrade.yml Apply Neutron rolling upgrade logic 2018-10-31 07:45:28 +00:00