From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypw8o-00074d-VD for qemu-devel@nongnu.org; Wed, 06 May 2015 06:01:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypw8l-0005Tu-4J for qemu-devel@nongnu.org; Wed, 06 May 2015 06:01:22 -0400 Date: Wed, 6 May 2015 12:01:12 +0200 From: Kevin Wolf Message-ID: <20150506100112.GB5933@noname.redhat.com> References: <20150505170134.GA28436@friki.cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150505170134.GA28436@friki.cat> Subject: Re: [Qemu-devel] qemu-img convert (vmdk) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antoni Villalonga Cc: famz@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org 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? Kevin