https://bugzilla.redhat.com/show_bug.cgi?id=1089992
Bug ID: 1089992
Summary: docker run hangs when system is stressed
Product: Fedora
Version: 20
Component: docker-io
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected], [email protected]
Description of problem:
When I use `docker run` and the system is under great stress, even when the
stress finishes, the `docker run` command never starts/finishes.
Version-Release number of selected component (if applicable):
docker-io-0.10.0-2.fc20.x86_64
How reproducible:
Always
Steps to Reproduce:
1. start stress (on my laptop: `stress -c 1 -i 1 -m 1 -d 1 -t 60`)
2. use `docker -D run -i -t fedora bash`
3. wait for infinity....
Actual results:
docker is not started, output of /var/log/messages is:
Apr 22 12:17:51 t530 docker: 2014/04/22 12:17:51 POST /v1.10/containers/create
Apr 22 12:17:51 t530 docker: [/home/medic/Work/Projekty/Docker/root|0e364d3a]
+job create()
...
never finishes, even after the stress command finishes (60s). I can then
execute other docker commands, but the one started during stress execution
never finishes and is not logged in `docker events` nor `docker ps -a`
Expected results:
New container is created (at least when the stress finishes)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang