From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb4cs-0000bu-TY for qemu-devel@nongnu.org; Tue, 29 Oct 2013 04:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb4ck-0003Ai-3U for qemu-devel@nongnu.org; Tue, 29 Oct 2013 04:26:10 -0400 Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:56497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb4cj-0003AU-SM for qemu-devel@nongnu.org; Tue, 29 Oct 2013 04:26:02 -0400 Received: by mail-pd0-f178.google.com with SMTP id x10so7949537pdj.23 for ; Tue, 29 Oct 2013 01:26:01 -0700 (PDT) From: Liu Yuan Date: Tue, 29 Oct 2013 16:25:50 +0800 Message-Id: <1383035152-14924-1-git-send-email-namei.unix@gmail.com> Subject: [Qemu-devel] [PATCH v2 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 Cc: sheepdog@lists.wpkg.org 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 | 115 ++++++++++++++++++++++++++++++++++++--------- include/block/block_int.h | 1 + 2 files changed, 93 insertions(+), 23 deletions(-) -- 1.7.9.5