From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8ou0-0003VV-6i for qemu-devel@nongnu.org; Mon, 12 Aug 2013 05:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8otv-0001Ug-CE for qemu-devel@nongnu.org; Mon, 12 Aug 2013 05:59:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8otv-0001Tc-4h for qemu-devel@nongnu.org; Mon, 12 Aug 2013 05:58:59 -0400 Date: Mon, 12 Aug 2013 11:58:51 +0200 From: Kevin Wolf Message-ID: <20130812095851.GC3983@dhcp-200-207.str.redhat.com> References: <1376300525-14950-1-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCHv3] add qemu-img convert -C option (skip target volume creation) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: stefanha@redhat.com, Fam Zheng , qemu-devel@nongnu.org, Alexandre Derumier Am 12.08.2013 um 11:44 hat Alex Bligh geschrieben: > > > --On 12 August 2013 10:42:05 +0100 Alex Bligh wrote: > > >Add a -C option to skip volume creation on qemu-img convert. > >This is useful for targets such as rbd / ceph, where the > >target volume may already exist; we cannot always rely on > >qemu-img convert to create the image, as dependent on the > >output format, there may be parameters which are not possible > >to specify through the qemu-img convert command line. > > > >Code: > > > >Author: Alexandre Derumier > >Signed-off-by: Alexandre Derumier > >Signed-off-by: Alex Bligh > > > >Documentaton: > > Would you consider taking this for 1.6? It's really hard > to do rbd work without it, and it's pretty harmless. Stefan's decision, but considering that the very last release candidate is planned for today, I doubt that he's willing to take it. At least I wouldn't. Feature freeze was long ago, and even for real bug fixes I would be careful at this point and take nothing that isn't critical. And even if he did take it, I wouldn't be surprised if Anthony simply refused to pull. Kevin