-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
runc init hanging on openat() #3448
Comments
Container start can be split into two phases -- runc create and runc start.
So, in between |
To add to the previous comment -- container in a starting state (as described by the previous comment) can be deleted by calling |
To sum it up, it seems that runc works as expected, I'd ask containerd folks about this. |
Ah, noted. Thanks for the quick reply. I'll raise this with containerd. |
Has this issue been solved or not because I am having this issue with my PC and it is quite annoying to hard reset the pc |
Hi, we recently experienced an issue where many of our nodes were failing to create pods (
CreateContainerConfigError
).We noticed that
containerd
had spawned manyrunc init
processes which I gather is normal, except they never got toexecve
and instead were hanging onopenat()
on the execFifo pipe.Logs are full of below, but no smoking guns.
The issue seems very similar to #2828 minus that we are on
1.0.3
. Also I am able to restrace
therunc
process and it doesn't cause it to exit after detaching.uname:
5.4.0-1071-aws #76~18.04.1-Ubuntu
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: