5

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 .

Reuben
  • 167
  • 1
  • 1
  • 4

1 Answers1

8
qemu-img convert -f qcow2 -O vmdk whatever.qcow2 whatever.vmdk
Chopper3
  • 100,240
  • 9
  • 106
  • 238