The only possible way to convert is the drive (correct me If Im wrong).
You need to use in shell or ssh the following package: qemu-img
With this you can convert your drive format to your desired (like now from qcow2 to vhd)
Go to the directory where your VM is stored and this is an example command:
The conversion works, the problem is that the disk size is not maintained when converting to .vhd from .qcow2.
Azure requires that the disk be exactly a 1 MB increment, and the conversion process always adds 512 KB.
Anyone figure out how to work with the Azure 1 MB increment requirement?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.