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

2012-06-13 Thread Daniel P. Berrange
On Tue, Jun 12, 2012 at 10:31:54AM +0200, Sebastian Wiedenroth wrote: Signed-off-by: Sebastian Wiedenroth wi...@frubar.net Can you fill out the commit message with some descriptive text. At least illustrate the pool XML format and the volume XML format, describe what operations are supported,

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

2012-06-13 Thread Sebastian Wiedenroth
Am 13.06.2012 um 15:52 schrieb Daniel P. Berrange: On Tue, Jun 12, 2012 at 10:31:54AM +0200, Sebastian Wiedenroth wrote: + +cmd = virCommandNew(COLLIE); +virCommandAddArgList(cmd, vdi, list, vol-name, -r, NULL); +virStorageBackendSheepdogAddHostArg(cmd, pool); +

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

2012-06-12 Thread Sebastian Wiedenroth
Signed-off-by: Sebastian Wiedenroth wi...@frubar.net --- This patch adds support for sheepdog pools and volumes. Thanks go to Frank Spijkerman who started the initial work on this and Wido den Hollander for his RBD support on which this is partly based. configure.ac