-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hundreds Of Containers Stuck In Created Status #446
Comments
#306 may be related |
|
@blaines thanks for debugging this issue. Seems like you may need to create a bigger volume to resolve this. I'm closing this for now. Feel free to reopen/create a new issue if you continue to run into this. |
It's fine, it just took a while to figure out because the free disk space wasn't exposed anywhere easily, the logs had so many messages, and I had to learn how the logical volumes were being used to store containers. I think everything works fine on your end. |
Could you please expand on your resolution @blaines ? I'm seeing a similar issue I think, but I'm not sure how to check. We've got what I think is plenty of disk space. |
@Sciencegeek123 The documentation for determining the available disk space is available here. |
Huh that doesn't make much sense.
Would this mean that I do need more space? |
@Sciencegeek123 as per the documentation,
You should also check the output of |
That is very good to know, thanks! I found my issue after crawling through logs. The command I was issuing was not found. Not sure why it doesn't work yet, as I can run it when using docker run, but I'm sure some study of the documentation will make it more clear. Thanks for your help! |
For anyone that has hit this same issue, the problem lies on the maximum Inodes exhausted. |
I have hundreds of containers that seem to be stuck in the CREATED status. It seems like too many of these could overload Docker and cause the system to be unresponsive.
Archive.zip
Another instance
Archive 2.zip
The text was updated successfully, but these errors were encountered: