-
Notifications
You must be signed in to change notification settings - Fork 57
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
Support for Ubuntu 24.04 #1106
Support for Ubuntu 24.04 #1106
Conversation
d28ad6c
to
67a01aa
Compare
It seems e2e tests fail on Ubuntu 24.04 due to container stop failure. From cri-resmgr.output.txt in vm:
I don't know if it has anything to do with cri-resmgr. Fails both topology-aware and balloons tests in the first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Approved as it has nothing to do with this patch, either. I'm fine merging this patch and debugging/fixing the issue later. There is no problem in latest Ubuntu 22.04. |
I'm guessing something SELinux-related, maybe... Probably failure to disable or set to permissive mode during node spinup ? |
67a01aa
to
8fac584
Compare
Does the latest ubuntu have SELinux enabled? |
Argh... No, sorry, of course it does not. I was still in the context of the previous fedora-related PR I reviewed. |
But this might be the cause: containerd/containerd#10542 |
We only pass user id to the builder image. We need to know the uid to avoid clashes (for ubuntu 24.04 at least).
8fac584
to
890a0ce
Compare
Rebased. PTAL @klihub |
No description provided.