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)
Hi guys, sorry, my fault. It was due of hanged NFS... So this is not a docker bug...