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

Implement 9P client support for libhvee #4168

Open
cfergeau opened this issue May 16, 2024 · 0 comments
Open

Implement 9P client support for libhvee #4168

cfergeau opened this issue May 16, 2024 · 0 comments
Labels
kind/bug Something isn't working status/need triage

Comments

@cfergeau
Copy link
Contributor

This is a follow-up for #3870

#3870 (comment)

However the guest part is more problematic, while podman can use mount -t 9p ... to mount the share because it's using fedora, this is not working in our microshift/openshift images because they are RHEL-based, and don't provide support for 9p out of the box. As 9p support is getting more complicated than expected, imo we should be moving forward with #3824 without 9p support, and work on it as a follow-up.

https://github.com/aperezdc/9pfuse could be an option of handling 9p in RHEL guests, there are probably other alternatives.
Or we can also conclude 9p is not a good option for us.

@cfergeau cfergeau added kind/bug Something isn't working status/need triage labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/need triage
Projects
None yet
Development

No branches or pull requests

1 participant