095b49e6f5
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
7 lines
224 B
YAML
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.
|