In our application we are downloading a qcow2 image and after that we are supposed to import that as OVF.
So any way to convert qcow2 --> OVF
or qcow2 --> vmdk(using qemu-img convert) --> ovf
.
In our application we are downloading a qcow2 image and after that we are supposed to import that as OVF.
So any way to convert qcow2 --> OVF
or qcow2 --> vmdk(using qemu-img convert) --> ovf
.
qemu-img convert -f qcow2 -O vmdk whatever.qcow2 whatever.vmdk