Re: [Qemu-devel] [PATCH v4 0/2] sheepdog: add user-defined redundancy option

2013-11-01 Thread Liu Yuan
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 f

[Qemu-devel] [PATCH v4 0/2] sheepdog: add user-defined redundancy option

2013-10-30 Thread Liu Yuan
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