I have tried migrating windows10, windows11 and windows server 2022 from vSphere without any luck with oneswap. It just hangs. I then ran virt-v2v directly to find that there is some sort of kernel panic or error. I am using VDDK library. @nhansen can you please help?
Thanks
Ajay
Versions of the related components and OS (frontend, hypervisors, VMs):
Can you provide some information about the kernel panic or some of the error messages that are being brought up in virt-v2v? What is the error detailing? You can copy/paste it here or provide it via a file maybe? It’s difficult to say what’s wrong without knowing anything besides that it’s failing.
You may also modify “oneswap_helper.rb” and towards the top of the file there is a variable DEBUG = false, if you change this to DEBUG = true it will cause oneswap to output all hidden stdout and stderr data to the files:
/var/log/one/oneswap.stdout
/var/log/one/oneswap.stderr
Just remember to turn it off after you’re done debugging because it is a good amount of data that gets output with each conversion.