-
Notifications
You must be signed in to change notification settings - Fork 38
common: no slirp for podman6 #393
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
base: main
Are you sure you want to change the base?
Conversation
|
Packit jobs failed. @containers/packit-build please check. |
57c62b9 to
92c00a9
Compare
db2cffc to
90bb692
Compare
90bb692 to
49f1c83
Compare
49f1c83 to
f3f043f
Compare
|
(I didn’t read the changes yet) it looks like this would benefit from rebasing now that #417 is merged. |
Signed-off-by: Lokesh Mandvekar <[email protected]>
rename: systemd.MoveRootlessNetnsSlirpProcessToUserSlice -> systemd.MoveRootlessNetnsProcessToUserSlice . Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
f3f043f to
7fb7ca5
Compare
|
Rebased. Good for another look. Thanks. |
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.
(I have absolutely no idea whether we want to do this or why we are doing this, I’m only looking at the mechanism of the removal.)
| config2, err := newLocked(&Options{}, &paths{etc: "testdata/containers_default.conf"}) | ||
| // Then | ||
| gomega.Expect(err).ToNot(gomega.HaveOccurred()) | ||
| gomega.Expect(config2.Network.DefaultRootlessNetworkCmd).To(gomega.Equal("slirp4netns")) |
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.
I think we might still want to retain a test that the option can be changed by a config file — just maybe use a this-is-not-a-valid-command value?
|
Best to proceed with this only after initial obvious removals from Podman repo. |
See individual commits.