magnum/releasenotes/notes/swarm-live-restore-b03ad192367abced.yaml
Tobias Urdin 095b49e6f5 [swarm-mode] Remove --live-restore from Docker daemon options
Ensure the --live-restore is not in the Docker daemon OPTIONS.

Some images has this option by default which will cause the node
not being able to perform it swarm init process.

Change-Id: I287a5274143903fad5d4476e9d1640b26bdb46d4
Story: 2004095
Task: 27497
2018-10-16 17:22:41 +00:00

7 lines
224 B
YAML

---
fixes:
- |
Fixed a bug where --live-restore was passed to Docker daemon causing the
swarm init to fail. Magnum now ensures the --live-restore is not passed
to the Docker daemon if it's default in an image.