From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcAD5-0001Hz-QA for qemu-devel@nongnu.org; Fri, 01 Nov 2013 04:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcACx-0001H2-BH for qemu-devel@nongnu.org; Fri, 01 Nov 2013 04:36:03 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:49831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcACx-0001GL-3s for qemu-devel@nongnu.org; Fri, 01 Nov 2013 04:35:55 -0400 Received: by mail-pa0-f53.google.com with SMTP id kx10so3781390pab.12 for ; Fri, 01 Nov 2013 01:35:53 -0700 (PDT) Date: Fri, 1 Nov 2013 16:35:45 +0800 From: Liu Yuan Message-ID: <20131101083544.GA24729@ubuntu-precise> References: <1383198568-27528-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383198568-27528-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH v4 0/2] sheepdog: add user-defined redundancy option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Kevin Wolf Cc: sheepdog@lists.wpkg.org On Thu, Oct 31, 2013 at 01:49:26PM +0800, Liu Yuan wrote: > v4: > - fix do_sd_create that forgot to pass nr_copies > - fix parse_redundancy dealing with replicated vdi Hello Kevin, Could you pick these two patches to your block tree (so QEMU next release can enjoy the full erasure coding feature from Sheepdog) ? Thanks Yuan