From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPmN-0006KX-SE for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:38:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjPmI-0001pg-La for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:38:27 -0500 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]:38819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjPmI-0001oa-EE for qemu-devel@nongnu.org; Thu, 21 Nov 2013 03:38:22 -0500 Received: by mail-pb0-f51.google.com with SMTP id up15so6480375pbc.38 for ; Thu, 21 Nov 2013 00:38:21 -0800 (PST) Date: Thu, 21 Nov 2013 16:38:12 +0800 From: Liu Yuan Message-ID: <20131121083812.GB30214@ubuntu-precise> References: <1383836198-17235-1-git-send-email-namei.unix@gmail.com> <20131118055850.GL6981@ubuntu-precise> <20131120172253.GB23252@ubuntu-precise> <20131121082359.GA27039@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131121082359.GA27039@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 RESENT 0/2] sheepdog: add user-defined redundancy option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi On Thu, Nov 21, 2013 at 09:23:59AM +0100, Stefan Hajnoczi wrote: > On Thu, Nov 21, 2013 at 01:22:53AM +0800, Liu Yuan wrote: > > On Mon, Nov 18, 2013 at 01:58:50PM +0800, Liu Yuan wrote: > > > On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote: > > > > v6: > > > > - update comment typo > > > > - remove is_number() > > > > > > Anyone pick this set up? > > > > Ping again. Without this two patches, qemu-img can't create|convert erasure coded > > images for sheepdog. I hope this two can go with release of v1.7 if possible. > > QEMU entered "hard freeze" on 6th of November: > http://qemu-project.org/Planning/1.7 > > This means only bug fixes should be merged. Right now we're up to the > final -rc and the QEMU 1.7 release is scheduled for 22nd of November > (tomorrow). > > The best I can do is review and apply it to the block-next branch for > qemu.git merge once QEMU 1.8 development begins next week. > Thanks for your explanation. It is helpful :) Yuan