Converting Hyper-V to KVM
-
Is this a lab you've converted from Hyper-V to KVM or production (client and or business workloads, aka not production for your house).
-
qemu-img convert
is what I've used before successfully. -
@DustinB3403 said in Converting Hyper-V to KVM:
Is this a lab you've converted from Hyper-V to KVM or production (client and or business workloads, aka not production for your house).
This is my personal server I use to run various stuff as well as to run lab things.
It was Hyper-V 2012R2 upgraded to Hyper-V 2016.
Now it is KVM on Fedora 30.
-
@Obsolesce said in Converting Hyper-V to KVM:
qemu-img convert
is what I've used before successfully.I've had issues with that converting things. virt-v2v has worked better for me.
-
Everything converted, except the JitsiMeet instance. I did all of it via
virt-manager
andssh
by way of ZeroTier (the 10.224.0.0/24 network is ZT).
-
pages on daerma.com load slow. No idea why, it is a basic WP site.
obelisk.daerma.com loads at what seems a normal pace.
naggaroth.daerma.com doesn't seem to have any issues either.
-
Is all your linux VMs using virtio drivers for network?
-
@black3dynamite said in Converting Hyper-V to KVM:
Is all your linux VMs using virtio drivers for network?
Umm whatever virt-manager uses by default.
-
@black3dynamite said in Converting Hyper-V to KVM:
Is all your linux VMs using virtio drivers for network?
-
Comments and steps organized in initial post.
-
@JaredBusch said in Converting Hyper-V to KVM:
pages on daerma.com load slow. No idea why, it is a basic WP site.
Removed an old IP from the router, and it all works faster. That makes no sense. But it was something that needed cleaned up.
-
Hey @JaredBusch if you Google about converting Hyper-V to KVM, this is Google's built in process now! They link this article as the "official" Google chosen reference document for this process!