projectatomic / docker

Docker - the open-source application container engine
http://www.docker.com
Apache License 2.0
81 stars 58 forks source link

Fix for docker ps hang after docker restart with liverestore - 1.13.1 #311

Closed TomSweeneyRedHat closed 6 years ago

TomSweeneyRedHat commented 6 years ago

Signed-off-by: TomSweeneyRedHat tsweeney@redhat.com

- What I did Changed the handling of FIFO's when --live-restore is in play. Without this change the FIFO's were not cleared on restart and the docker operation hung waiting for them to reopen and they never would. This PR is for Docker-1.13.1. #310 fixed the same issue in RHEL-1.13.1

- How I did it vi is my friend

- How to verify it See bugzilla for test description. To duplicate test one must 'setenforce 0' before running the script, that is not noted in the BZ. (https://bugzilla.redhat.com/show_bug.cgi?id=1566439)

- Description for the changelog Fix for docker hang after restart when live-restore is configured

- A picture of a cute animal (not mandatory but encouraged)

rhatdan commented 6 years ago

LGTM