|
|
|
|
|
by 3np
1082 days ago
|
|
Can confirm alpine works fine as a libvirtd/kvm/qemu hypervisor, fwiw. The one gotcha to be aware of here is that libvirtd as of now has two ways to be operated: Either run just the monolithic libvirtd service, or individual subsystems like virtstoraged. Trying to do both at the same time will cause issues. Due to the limitations of OpenRC compared to systemd for interdependent and interoperating system services like this, I stuck with the monolthic libvirtd approach and it's been running fine so far. https://libvirt.org/daemons.html#architectural-options |
|
Monolithic libvirtd (which is disabling the systemd libvirt) is the way to go.