Re: [libvirt] [PATCH] Add storage API support to test driver

2008-10-30 Thread Cole Robinson
Cole Robinson wrote: The attached patch implements the storage driver routines for the test driver. Most of the code is identical to storage_driver.c with all the references to backends removed. One caveat of this is that storage pools are hardcoded to a specific size when they are

Re: [libvirt] [PATCH] Add storage API support to test driver

2008-10-29 Thread Daniel Veillard
On Wed, Oct 22, 2008 at 03:25:21PM -0400, Cole Robinson wrote: The attached patch implements the storage driver routines for the test driver. Most of the code is identical to storage_driver.c with all the references to backends removed. One caveat of this is that storage pools are

Re: [libvirt] [PATCH] Add storage API support to test driver

2008-10-29 Thread Cole Robinson
Daniel Veillard wrote: On Wed, Oct 22, 2008 at 03:25:21PM -0400, Cole Robinson wrote: The attached patch implements the storage driver routines for the test driver. Most of the code is identical to storage_driver.c with all the references to backends removed. One caveat of this is that

Re: [libvirt] [PATCH] Add storage API support to test driver

2008-10-29 Thread Daniel P. Berrange
On Wed, Oct 29, 2008 at 02:19:57PM -0400, Cole Robinson wrote: Daniel Veillard wrote: On Wed, Oct 22, 2008 at 03:25:21PM -0400, Cole Robinson wrote: The attached patch implements the storage driver routines for the test driver. Most of the code is identical to storage_driver.c with all

[libvirt] [PATCH] Add storage API support to test driver

2008-10-22 Thread Cole Robinson
The attached patch implements the storage driver routines for the test driver. Most of the code is identical to storage_driver.c with all the references to backends removed. One caveat of this is that storage pools are hardcoded to a specific size when they are defined: I figure someone could