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

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

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

2013-11-21 Thread Stefan Hajnoczi
On Thu, Nov 07, 2013 at 10:56:36PM +0800, Liu Yuan wrote: > v6: > - update comment typo > - remove is_number() > > 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 dea

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

2013-11-21 Thread Stefan Hajnoczi
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. W

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

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

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

2013-11-17 Thread Liu Yuan
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? Thanks Yuan

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

2013-11-07 Thread Liu Yuan
v6: - update comment typo - remove is_number() 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