-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Proposal] Remove qemu/libvirt stuff and replace it with the flatpak #266
Comments
Also just to make it clear to readers. This is no way a decision that is done yet. More of a plalce for discussion about the "proposal" for the F42. Would be happy to hear some comments from people who have had time to check in on the virt-manager+qemu extension flatpaks. Are there big shortcomings? Something that just doesn't work compared to the rpm "native" version. |
I am currently testing this. A ujust command would be good to migrate to the flatpak
Does the flatpak work with the default QEMU system session, idk user namespaces or something? It seems it still defaults to the system session, which fails because the libvirt daemon is not running. This preset could probably be patched on the flatpak side, for now the connection needs to be removed and a user session added, not great UX. Aaaand I am getting errors creating a VM "error: cannot limit core file size of process 157 to BIGNUMBER: Operation not permitted" Not ready yet |
Some issues I've experienced so far:
|
Another avenue we could take is a ujust to merge a sysext of libvirt, virt-manager and qemu, since we'd have systemd 257 in f42. |
Some stuff only works with system wide libvirt like advanced networking, gpu passthrough. i think libvirt can stay on the dx image and then when bootc can do sysext we can remove it from image |
This should be fixed soon-ish, see flathub/org.virt_manager.virt_manager.Extension.Qemu#17
Hopefully this can be fixed via udev rules I believe.
Yup that one is probably never going to work |
This happens because of something on the host, probably its something that secureblue does, since I personally have not had any issues with it at all |
Yup, Bazzite has been using this for their virtualization needs since forever now |
Just notting this down.
So starting from F42 images we could take out the rpms for the qemu/libvirt stuff and put the flatpak for virt-manager and qemu extension.
The text was updated successfully, but these errors were encountered: