From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypwuk-00067a-Jo for qemu-devel@nongnu.org; Wed, 06 May 2015 06:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypwuj-0000Ui-MH for qemu-devel@nongnu.org; Wed, 06 May 2015 06:50:54 -0400 Date: Wed, 6 May 2015 18:50:44 +0800 From: Fam Zheng Message-ID: <20150506105044.GB9991@ad.nay.redhat.com> References: <20150505170134.GA28436@friki.cat> <20150506100112.GB5933@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150506100112.GB5933@noname.redhat.com> Subject: Re: [Qemu-devel] qemu-img convert (vmdk) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Antoni Villalonga , qemu-devel@nongnu.org, qemu-block@nongnu.org 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 to be still broken). > > > > % qemu-img convert -f raw -O vmdk -o subformat=streamOptimized 100GB_inputfile.img outputfile0.vmdk > > (no shown errors/warnings/info) > > % qemu-img convert -f vmdk -O qcow2 outputfile0.vmdk outputfile11.qcow2 > > qemu-img: error while reading sector 278528: Invalid argument > > > > Let me know if I can provide you more info. > > Fam, any idea? It's a bug. I can reproduce it with my 21G guest image. I'll take a look. Fam