From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPo5w-0006Se-CK for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:10:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPo5r-0007ey-7b for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:10:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPo5r-0007eo-0O for qemu-devel@nongnu.org; Mon, 23 Feb 2015 03:10:19 -0500 From: Markus Armbruster References: <698041007.1331045.1424566801336.JavaMail.yahoo@mail.yahoo.com> <1773896343.3698348.1424566951277.JavaMail.yahoo@mail.yahoo.com> Date: Mon, 23 Feb 2015 09:10:15 +0100 In-Reply-To: <1773896343.3698348.1424566951277.JavaMail.yahoo@mail.yahoo.com> (Sunil Kumar's message of "Sun, 22 Feb 2015 01:02:31 +0000 (UTC)") Message-ID: <87twyd121k.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] vmdk: improve streamOptimized vmdk support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sunil Kumar Cc: Fam Zheng , qemu-devel Perhaps Fam (cc'ed) can help you. Sunil Kumar writes: [...] > Hi, > > I ran into an issue where the OVA created from the VMDK file created > by qemu-img is rejected by vSphere with a message like "Not a > supported disk format (sparse VMDK too old)". I was looking through > the archives and found this: > > http://lists.gnu.org/archive/html/qemu-devel/2014-08/msg01028.html > > That's exactly my issue and the patch will resolve it. But this patch > has not been merged yet and it does not apply on top of 2.2.0 > cleanly. Any ideas what happened to the patch there? > > I will appreciate any help. > > -devsk