Don't create source directory while the daemon is being shutdown #328
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: TomSweeneyRedHat tsweeney@redhat.com
Ported the patch from moby#33330 into this branch. The problem is the /var/run/docker.sock file can with the right conditions and bad timing be created as a directory rather than a link when the daemon is shutting down. Without this change docker would not restart after this timing issue hit until the /var/run/docker.sock directory was removed.
This is the second part, #327 addressed Docker-1.13.1
vi is my friend.
How to verify it
The easiest way unfortunately calls for a code change. Please reference the test methodology in Don't create source directory while the daemon is being shutdown, fix #30348 moby/moby#33330. The file daemon/oci_linux.go needs to be modified and then docker needs to be compiled and installed after the modification.
Description for the changelog
Don't create /var/run/docker.sock as a directory when the daemon is shutting down
** - Testing:
From journalctl with the new log entry showing that the error condition is being handled correctly: