-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
podman --cgroup-manager cgroupfs is taking extraordinary time to complete #3612
Comments
Nothing obvious in journal control. And BTW, I blame something cgroupfs because I think ubuntu is our only test bed for cgroupfs? I must have raised an error or changed the logic of something. |
Ubuntu is also our only set of tests that run without systemd - could be events related? I've been running into major events-related pains in #3551 |
(Well, podman-in-podman also technically lacks systemd, but the failure mode there is entirely different - it instantly fails, as opposed to Ubuntu, which seems to attempt to log but fail?) |
Here is where we are hanging:
|
Apparmor. @vrothberg Are we applying the profile in libpod? I suppose I can see how that might break us... |
but remember here that this worked until I linted everything, so something I did probably broke it |
also interesting, if I kill the hung process and run the same podman command again, it seems to work. also remind me, is this benign?
|
Never seen that one before, but it doesn't look healthy. @giuseppe Potential issue with the new CGroups code and ubuntu? |
I think I have a lead on this one ... unfortunately my bandwidth here is so slow, it takes about 1 hour to turn each run around. 33k/sec! |
I have it pinned down. |
While working on #3562, all tests are passing except on Ubuntu. I recreated the VM on our CI infra to test the failing tests as well as manually test. It looks like the changes in #3562 have impacted something cgroupfs related as the do not complete.
I will try and slap the debugger on this and see if I can see what is going on if the environment will let me. Perhaps the debugger can enlighten why we are "waiting".
Any theories or pointers from the team are appreciated... @mheon specifically.
Here is an example where I tried to manually add a simple container to an existing pod. The container does get created but simply hangs on the CLI.
The text was updated successfully, but these errors were encountered: