Re: [Qemu-devel] qemu-img vmdk converted from iso not accepted by vSphere

2011-10-28 Thread Richard Wellum
I see one other report of the same thing on the vmware forums:

http://communities.vmware.com/message/1839303

Thanks,

||Rich

On Oct 28, 2011, at 5:17 AM, Stefan Hajnoczi wrote:

 Rich: Thanks for the ESXi 4.1.0 and vSphere Client 4.1.0 version info.
 
 Fam: Do you have any suggestions how to debug the Error uploading
 file path/to/image.vmdk to server.  Not a supported disk format
 (sparse VMDK version too old) issue?  Ideally qemu-img would create
 images that work with current VMware tools by default.
 
 Stefan




Re: [Qemu-devel] qemu-img vmdk converted from iso not accepted by vSphere

2011-10-26 Thread Richard Wellum
cheers,||RichOn Oct 26, 2011, at 3:43 AM, Stefan Hajnoczi wrote:On Thu, Oct 20, 2011 at 9:35 PM, Rich Wellum richwel...@gmail.com wrote:On Oct 20, 2011, at 2:17 PM, Stefan Hajnoczi wrote:On Thu, Oct 20, 2011 at 10:54 AM, Rich Wellum richwel...@gmail.com wrote:Hi Stefan,qemu-imgqemu-img version 0.15.50, Copyright (c) 2004-2008 Fabrice BellardI haven't got this to work on any version - I was trying this versionbecause of the expanded list of sub format versions - I thought one of themmight be accepted.That is a qemu.git/master tree and includes Fam's vmdk enhancements.You could try the other subformats:$ qemu-img convert -O vmdk -o subformat=monolithicFlat image.iso image.vmdkor:$ qemu-img convert -O vmdk -o subformat=twoGbMaxExtentSparse image.isoimage.vmdkTried them both - no luck same issue seen.Which version of vSphere are you using?Stefan