-
Notifications
You must be signed in to change notification settings - Fork 377
cgroup: ignore redundant deny dev cgroup rules #1591
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
Conversation
still a Draft as I am not 100% sure yet about the fix |
podman system tests failed. @containers/packit-build please check. |
8cfc530
to
6b661e6
Compare
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.18.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.18-1.spec cp ../crun*1.18*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.18/ rm -rf ../crun*1.18*.* See containers#1591 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
@giuseppe with Ubuntu 20.04 + Kubernetes 1.31.2 + CRI-O 1.31.1 + crun 1.18 (#1591 patched), with following error message:
cgroup related information:
|
6b661e6
to
170febe
Compare
Closes: containers#1588 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
170febe
to
77e4233
Compare
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.18.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.18-1.spec cp ../crun*1.18*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.18/ rm -rf ../crun*1.18*.* See containers#1591 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Closes: containers#1589 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.18.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.18-1.spec cp ../crun*1.18*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.18/ rm -rf ../crun*1.18*.* See containers#1591 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
@hswong3i if you can confirm if it works for you, I'll cut a new release after it is merged |
@giuseppe Confirm crun 1.18 + this PR could fix with Ubuntu 20.04, see:
The installed result:
|
LGTM |
Closes: #1588