Re: [libvirt] [PATCH v3] storage sheepdog: allow to specify redundancy level

2015-12-10 Thread John Ferlan
On 11/19/2015 03:44 AM, Vasiliy Tolstov wrote: > Some storage backends allows to specify per volume redundancy options. > Sheepdog use x format for specify copies, and x:y format to specify > data and parity block count. So you may understand what redundancy is, but I don't believe it's

Re: [libvirt] [PATCH v3] storage sheepdog: allow to specify redundancy level

2015-11-30 Thread Vasiliy Tolstov
2015-11-19 11:44 GMT+03:00 Vasiliy Tolstov : > Completely fix tests and check that all works on production env > > Vasiliy Tolstov (1): > storage sheepdog: allow to specify redundancy level > > docs/schemas/storagevol.rng | 3 + > src/conf/storage_conf.c

[libvirt] [PATCH v3] storage sheepdog: allow to specify redundancy level

2015-11-19 Thread Vasiliy Tolstov
Some storage backends allows to specify per volume redundancy options. Sheepdog use x format for specify copies, and x:y format to specify data and parity block count. Signed-off-by: Alexey Tyabin Signed-off-by: Vasiliy Tolstov ---

[libvirt] [PATCH v3] storage sheepdog: allow to specify redundancy level

2015-11-19 Thread Vasiliy Tolstov
Completely fix tests and check that all works on production env Vasiliy Tolstov (1): storage sheepdog: allow to specify redundancy level docs/schemas/storagevol.rng | 3 + src/conf/storage_conf.c | 2 + src/storage/storage_backend_sheepdog.c | 143