Re: [libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-26 Thread Sebastian Wiedenroth
Am 20.06.2012 um 01:59 schrieb Eric Blake: >> To work right this patch parses the output of collie, >> so it relies on the raw output option. There recently was a bug which caused >> size information to be reported wrong. This is fixed upstream already and >> will be in the next release. > > Sho

Re: [libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-25 Thread Daniel P. Berrange
On Thu, Jun 14, 2012 at 01:14:56PM +0200, Sebastian Wiedenroth wrote: > > This patch brings support to manage sheepdog pools and volumes to libvirt. > It uses the "collie" command-line utility that comes with sheepdog for that. > > A sheepdog pool in libvirt maps to a sheepdog cluster. > It needs

Re: [libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-20 Thread Eric Blake
On 06/14/2012 05:14 AM, Sebastian Wiedenroth wrote: > > This patch brings support to manage sheepdog pools and volumes to libvirt. > It uses the "collie" command-line utility that comes with sheepdog for that. > Picking up where I left off yesterday... > tests/Makefile.am

Re: [libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-19 Thread Eric Blake
On 06/14/2012 05:14 AM, Sebastian Wiedenroth wrote: > > This patch brings support to manage sheepdog pools and volumes to libvirt. > It uses the "collie" command-line utility that comes with sheepdog for that. > > A sheepdog pool in libvirt maps to a sheepdog cluster. > It needs a host and port t

Re: [libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-19 Thread Daniel P. Berrange
On Thu, Jun 14, 2012 at 01:14:56PM +0200, Sebastian Wiedenroth wrote: > > This patch brings support to manage sheepdog pools and volumes to libvirt. > It uses the "collie" command-line utility that comes with sheepdog for that. > > A sheepdog pool in libvirt maps to a sheepdog cluster. > It needs

[libvirt] [PATCH v2] storage backend: Add sheepdog support

2012-06-14 Thread Sebastian Wiedenroth
This patch brings support to manage sheepdog pools and volumes to libvirt. It uses the "collie" command-line utility that comes with sheepdog for that. A sheepdog pool in libvirt maps to a sheepdog cluster. It needs a host and port to connect to, which in most cases is just going to be the defaul