Re: [libvirt] [PATCH 5/7] Storage driver implementation for CreateXMLFrom

2009-05-11 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 01:43:00PM -0400, Cole Robinson wrote: There is some funkiness here, since we are either dealing with 2 different pools (which means validation x 2) or the same pool, where we have to be careful not to deadlock. Ahhh, tricky stuff. + +newvol-building = 1; +

[libvirt] [PATCH 5/7] Storage driver implementation for CreateXMLFrom

2009-05-04 Thread Cole Robinson
There is some funkiness here, since we are either dealing with 2 different pools (which means validation x 2) or the same pool, where we have to be careful not to deadlock. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/storage_backend.h |2 + src/storage_driver.c | 153