From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcInx-0004iW-06 for qemu-devel@nongnu.org; Fri, 01 Nov 2013 13:46:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcInq-0000Q3-Nk for qemu-devel@nongnu.org; Fri, 01 Nov 2013 13:46:40 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:45994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcInq-0000Ps-Dj for qemu-devel@nongnu.org; Fri, 01 Nov 2013 13:46:34 -0400 Received: by mail-pb0-f53.google.com with SMTP id up7so4619608pbc.12 for ; Fri, 01 Nov 2013 10:46:33 -0700 (PDT) Date: Sat, 02 Nov 2013 02:46:29 +0900 Message-ID: From: MORITA Kazutaka In-Reply-To: <1383318613-490-1-git-send-email-namei.unix@gmail.com> References: <1383318613-490-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Qemu-devel] [sheepdog] [PATCH v5 RESENT 0/2] sheepdog: add user-defined redundancy option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: sheepdog@lists.wpkg.org, qemu-devel@nongnu.org At Fri, 1 Nov 2013 23:10:11 +0800, Liu Yuan wrote: > > v5: > - use pstrcpy instead of strncpy > - fix a segfalt for 'null' string option string > > v4: > - fix do_sd_create that forgot to pass nr_copies > - fix parse_redundancy dealing with replicated vdi > > v3: > - rework is_numeric > > v2: > - fix a typo in comment and commit log > > This patch set add one sheepdog specific option for qemu-img to control > redundancy. > > This patch set is on top of Kevin's block tree. > > Liu Yuan (2): > sheepdog: refactor do_sd_create() > sheepdog: support user-defined redundancy option > > block/sheepdog.c | 127 +++++++++++++++++++++++++++++++++++++-------- > include/block/block_int.h | 1 + > 2 files changed, 105 insertions(+), 23 deletions(-) Reviewed-by: MORITA Kazutaka