Open gilbertoferreira opened 2 years ago
Hi! I've tested the code again with a new Proxmox environment, set up like the documentation provided. For me this code still works. If you go to Migrate2Prox.xaml.cs on line 390 and line 430, you'll see that these exact commands are being used.
I think my Proxmox VE is set up differently as yours. You can change the source code to test this 😃.
No luck.
I tried again but now with the Linux VM created before. I removed the previously virtual hard drive. Then the vRidance started the VM without any disk!
Do you have the volume VM-Data created?
The code is trying to import the disk into the VM-Data volume, which is probably not working because of this reason (i think)
Oh do I need to create a prefixed volume or storage path? Why does not scan what storage already has in Proxmox and make use of it?
It does indeed. At the time we didn’t think of it. It was a school project. Thinking of it now, I would have done it a lot differently
@gilbertoferreira Have you tried the solution? If you don't want to add a volume, you can alway change the code :)
@gilbertoferreira Have you tried the solution?
I don't have enough time for this right now. Eventualy I will
If you don't want to add a volume, you can alway change the code :)
I will try it
If I modify the source code, how to compile exe file, easy to write the compilation process? thank you
Hi there
Tried to used this tool, which I think is very promissor, but after copy the vmdk to Proxmox, the tool create the VM but do not import the disk. So I needed to use qm importdisk VMID STORAGE
Perhaps cz I am using Proxmox 7.2-3
Hope this issue could fix.
(I will be happy to test!)
Thanks