Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Don't remove weave network on plugin shutdown because it bricks Docker 1.10 #1963

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

bboreham
Copy link
Contributor

@bboreham bboreham commented Feb 9, 2016

Fixes #1959.

This code was originally added because leaving the weave network in-situ while Docker restarted would cause errors and delay Docker startup. Unfortunately, somewhere along the line to Docker 1.10 the opposite situation came into effect, only it's now much worse.

The weave script already tries to remove the weave network on stop or reset, so this extra call should be unnecessary - we start the plugin with --restart=always so it should come up after Docker restart.

@bboreham bboreham added this to the 1.4.4 milestone Feb 9, 2016
awh added a commit that referenced this pull request Feb 9, 2016
Don't remove weave network on plugin shutdown because it bricks Docker 1.10
@awh awh merged commit c00b00d into 1.4 Feb 9, 2016
@awh awh deleted the issues/1959-dont-remove-network branch February 9, 2016 10:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants