Skip to content
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

investigate alternative options for vsock forwarding #19982

Open
dustymabe opened this issue Sep 14, 2023 · 3 comments
Open

investigate alternative options for vsock forwarding #19982

dustymabe opened this issue Sep 14, 2023 · 3 comments
Labels

Comments

@dustymabe
Copy link
Contributor

In coreos/fedora-coreos-tracker#1557 we added gvisor-tap-vsock-gvforwarder to Fedora CoreOS for use cases like hyperv and applehv, but with some agreement that there would be future investigation to see if we could reduce the size or otherwise remove the need for the extra package.

In a discussion with @baude we came up with a few ideas to be further investigated:

  1. Update the pasta networking stack that exists already to support vsock functionality. Then the pasta RPM that is already included will have what they need.
  2. Writing gvforwarder in another language to reduce size.
  3. Vendor in vsock/forwarding functionality into podman itself. As a hacky example /usr/bin/forwarder is a symlink to /usr/bin/podman and then the podman binary switches on $0 to act like the forwarder.

This ticket should serve to track the investigation and encourage discussion on the topic.

@baude
Copy link
Member

baude commented Sep 14, 2023

I'm working to prioritize and solve this

@Luap99 Luap99 added the machine label Sep 18, 2023
@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@dustymabe
Copy link
Contributor Author

Hey @baude - any updates on your investigations here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants