Skip to content

Update SwarmKit to 6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0#31091

Merged
aaronlehmann merged 1 commit intomoby:masterfrom
yongtang:02162017-swarmkit-update
Feb 17, 2017
Merged

Update SwarmKit to 6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0#31091
aaronlehmann merged 1 commit intomoby:masterfrom
yongtang:02162017-swarmkit-update

Conversation

@yongtang
Copy link
Member

@yongtang yongtang commented Feb 16, 2017

This fix tries to update the SwarmKit to
6bc357e9c5f0ac2cdf801898a43d08c260b4d5d0
from
ed384f3b3957f65e3111bd020f9815f3d4296fa2

The following is the list of docker related changes:

  1. Took long time for Docker Swarm service turn desired state from Ready to Running (Issue Took long time for Docker Swarm service turn desired state from Ready to Running #28291)
  2. Native Swarm in 1.12 - panic: runtime error: index out of range (Issue Native Swarm in 1.12 - panic: runtime error: index out of range #25608)
  3. Global mode target replicas keep increasing (Issue Global mode target replicas keep increasing #30854)
  4. Creating service with publish mode=host and without published port crashes swarm manager (Issue Creating service with publish mode=host and without published port crashes swarm manager #30938)
  5. Define signals used to stop containers for updates (Issue [Swarm mode] Define signals used to stop containers for updates #25696) (PR Add --stop-signal for service create and service update #30754)
  6. Cannot start container - docker_gwbridge: exchange full (Issue Cannot start container - docker_gwbridge: exchange full #31100)

This fix fixes #28291, #25608, #30854, #30938 in master branch (Fix for #28291, #25608 and #30938 in 1.13.x branch have been addressed by PR #31030)

This fix is required by PR #30754.

Fixes #28291
Fixes #25608
Fixes #30854
Fixes #30938
Fixes #31100

Signed-off-by: Yong Tang [email protected]

This fix tries to update the SwarmKit from
ed384f3
to
6bc357e

The following is the list of docker related changes:
1. Took long time for Docker Swarm service turn desired state from Ready to Running (Issue moby#28291)
2. Native Swarm in 1.12 - panic: runtime error: index out of range (Issue moby#25608)
3. Global mode target replicas keep increasing (Issue moby#30854)
4. Creating service with publish mode=host and without published port crashes swarm manager (Issue moby#30938)
5. Define signals used to stop containers for updates (Issue moby#25696) (PR moby#30754)

This fix fixes moby#28291, moby#25608, moby#30854, moby#30938.
This fix is required by PR moby#30754.

Signed-off-by: Yong Tang <[email protected]>
Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronlehmann
Copy link

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment