-
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
rootless: system service joins immediately the namespaces #7192
rootless: system service joins immediately the namespaces #7192
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@giuseppe: I'm happy to test this -- do the CI processes spit out RPMs or debs somewhere which I can use? |
@vrothberg do you know if we generate a RPM automatically? @martinpitt if it would work for you, I can provide a static binary |
@giuseppe : Yes, an x86_64 binary is just fine. I do all tests in temporary VMs anyway, so I can mess them up however much I like :) |
@martinpitt uploaded here: podman.gz |
I confirm that with this binary, the 👍 |
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, restarted the flaked test (infra hiccup)
/lgtm |
/retest |
when there is a pause process running, let the "system service" podman instance join immediately the existing namespaces. Closes: containers#7180 Closes: containers#6660 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
af2ae9b
to
8df7ab2
Compare
@vrothberg can I get the lgtm back? :-) |
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
:) |
/hold cancel |
when there is a pause process running, let the "system service" podman
instance join immediately the existing namespaces.
Closes: #7180
Closes: #6660
Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com