Linux Hypervisor Setup (Libvirt/QEMU/KVM)
1–10 of 64 posts
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#2I haven't had much luck with terraform with libvirt, and I miss Vagrant but don't want to lock myself into its syntax. Maybe I should just start using it again but I feel like there has got to be a good libvirt-based way.
Provisioning new test vms with userdata embedded into an kickstart-or-whatever iso that is provided to libvirt also seems clunky. docker-machine is no longer maintained so I can't use it as a vagrant replacement to just bring up sshable hosts. Multipass?
Curious as to how others have solved this.
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#3Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#4I use qemu and never really understood the need for any further abstraction such as libvirt over it's cli usage. Can anyone tell me what there is to be gained other than needing further setup, packages and systemd services?
As for what it “gives”, I suppose I’ve never migrated a VM outside of libvirt, though I’m not 100% sure if that’s not possible with plain old qemu+kvm
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#5What do you all use for quick one-command (non gui) new vm bringup? I haven't had much luck with terraform with libvirt, and I miss Vagrant but don't want to lock myself into its syntax. Maybe I should just start using it again but I feel like there has got to be a good libvirt-based way. Provisioning new test vms with userdata embedded into an kickstart-or-whatever iso that is provided to libvirt also seems clunky.…
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#6I use qemu and never really understood the need for any further abstraction such as libvirt over it's cli usage. Can anyone tell me what there is to be gained other than needing further setup, packages and systemd services?
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#7I use qemu and never really understood the need for any further abstraction such as libvirt over it's cli usage. Can anyone tell me what there is to be gained other than needing further setup, packages and systemd services?
https://www.redhat.com/en/blog/all-you-need-know-about-kvm-u... (fixed now)
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#8I use qemu and never really understood the need for any further abstraction such as libvirt over it's cli usage. Can anyone tell me what there is to be gained other than needing further setup, packages and systemd services?
This is a blog post I wrote about the KVM userspace architecture, it goes into why Red Hat uses Libvirt in its virtualization products. https://www.redhat.com/en/blog/all-you-need-know-about-kvm-u... (fixed now)
Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#9Re: Linux Hypervisor Setup (Libvirt/QEMU/KVM)
#10Earlier quoted context omitted.
This is a blog post I wrote about the KVM userspace architecture, it goes into why Red Hat uses Libvirt in its virtualization products. https://www.redhat.com/en/blog/all-you-need-know-about-kvm-u... (fixed now)
Getting a 404