<div dir="ltr">Hi,<div>I have a vagrant provider generating a vmdk flat disk usable by vagrant.</div><div>I still face an issue though.</div><div> </div><div>I tried to remove VirtualBox dependency, as it is in contrib now, to create the vagrant box.</div>
<div>Vagrant providers in its package a vmdk file and an ovf file. But it seems that VirtualBox needs/wants a StreamOptimized vmdk (vagrant provides vmdk only, no vdi), see below an ovf extract from a VirtualBox generated box:</div>
<div><br></div><div><div>    <Disk ovf:capacity="1073741824" ovf:diskId="vmdisk1" ovf:fileRef="file1" ovf:format="<a href="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized">http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized</a>" vbox:uuid="90462558-f532-4165-abd5-f7b3bc1788a4"/></div>
<div>  </DiskSection></div></div><div><br></div><div>Using flat vmdk fails at VirtualBox import.</div><div><br></div><div>The issue is qemu-img fails to convert raw file to vmdk with StreamOptimised option (see [0]).</div>
<div><br></div><div>do you know any way to specify in ovf that we use a flat vmdk? (maybe would be fine for VirtualBox) or to convert a raw vmdk to streamoptimized vmdk without VirtualBox?</div><div><br></div><div><br></div>
<div>[0] <a href="http://lists.gnu.org/archive/html/qemu-devel/2011-09/msg03447.html">http://lists.gnu.org/archive/html/qemu-devel/2011-09/msg03447.html</a></div><div><br></div><div>Thanks</div><div><br></div><div>Olivier</div>
<div><div><br></div>-- <br><pre cols="72">gpg key id: 4096R/326D8438  (<a href="http://keyring.debian.org/" target="_blank">keyring.debian.org</a>)</pre><pre cols="72">Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438</pre>

</div></div>