Re: [Qemu-devel] qemu-img convert (vmdk)

2015-05-06 Thread Fam Zheng
On Wed, 05/06 10:15, Antoni Villalonga wrote: > > Hi again, it seems to be related to the subformat option. With the default > option seems to work fine. > > I think StreamOptimized is mantatory for 'ova' files. I guess I see the problem now - the data is corrupted due to a wrong cluster allocat

Re: [Qemu-devel] qemu-img convert (vmdk)

2015-05-06 Thread Fam Zheng
On Wed, 05/06 12:01, Kevin Wolf wrote: > Am 05.05.2015 um 19:01 hat Antoni Villalonga geschrieben: > > Hi, > > > > Is my first email to that list ;) > > > > > > I can reproduce this bug with v2.2 and v2.3. I'm not sure about the results > > after testing with v2.1 (doesn't show errors but seems

Re: [Qemu-devel] qemu-img convert (vmdk)

2015-05-06 Thread Antoni Villalonga
Hi again, it seems to be related to the subformat option. With the default option seems to work fine. I think StreamOptimized is mantatory for 'ova' files. Thanks On Tue, May 05, 2015 at 05:01:34PM +, Antoni Villalonga wrote: > Hi, > > Is my first email to that list ;) > > > I can reprod

Re: [Qemu-devel] qemu-img convert (vmdk)

2015-05-06 Thread Kevin Wolf
Am 05.05.2015 um 19:01 hat Antoni Villalonga geschrieben: > Hi, > > Is my first email to that list ;) > > > I can reproduce this bug with v2.2 and v2.3. I'm not sure about the results > after testing with v2.1 (doesn't show errors but seems to be still broken). > > % qemu-img convert -f raw -O

[Qemu-devel] qemu-img convert (vmdk)

2015-05-05 Thread Antoni Villalonga
Hi, Is my first email to that list ;) I can reproduce this bug with v2.2 and v2.3. I'm not sure about the results after testing with v2.1 (doesn't show errors but seems to be still broken). % qemu-img convert -f raw -O vmdk -o subformat=streamOptimized 100GB_inputfile.img outputfile0.vmdk (no