Re: [libvirt] [PATCH 1/3] add virCond into _virStoragePoolObj

2011-07-17 Thread Guannan Ren
On 07/11/2011 11:40 PM, Dave Allan wrote: On Mon, Jul 11, 2011 at 06:11:47PM +0800, Guannan Ren wrote: On 07/11/2011 04:49 PM, Jiri Denemark wrote: On Sun, Jul 10, 2011 at 22:29:03 +0800, Guannan Ren wrote: The three patches add support to delete volumes while it is building intead of raising

Re: [libvirt] [PATCH 1/3] add virCond into _virStoragePoolObj

2011-07-11 Thread Dave Allan
On Mon, Jul 11, 2011 at 06:11:47PM +0800, Guannan Ren wrote: > On 07/11/2011 04:49 PM, Jiri Denemark wrote: > >On Sun, Jul 10, 2011 at 22:29:03 +0800, Guannan Ren wrote: > >>The three patches add support to delete volumes while it is building intead > >>of raising > >>an warning infomation,then ab

Re: [libvirt] [PATCH 1/3] add virCond into _virStoragePoolObj

2011-07-11 Thread Guannan Ren
On 07/11/2011 04:49 PM, Jiri Denemark wrote: On Sun, Jul 10, 2011 at 22:29:03 +0800, Guannan Ren wrote: The three patches add support to delete volumes while it is building intead of raising an warning infomation,then abort. For the volume of raw file, delete it directly without any effect on t

Re: [libvirt] [PATCH 1/3] add virCond into _virStoragePoolObj

2011-07-11 Thread Jiri Denemark
On Sun, Jul 10, 2011 at 22:29:03 +0800, Guannan Ren wrote: > The three patches add support to delete volumes while it is building intead > of raising > an warning infomation,then abort. > For the volume of raw file, delete it directly without any effect on the > thread of creating > it. > For the

[libvirt] [PATCH 1/3] add virCond into _virStoragePoolObj

2011-07-10 Thread Guannan Ren
The three patches add support to delete volumes while it is building intead of raising an warning infomation,then abort. For the volume of raw file, delete it directly without any effect on the thread of creating it. For the volume of block, wait for its finish , then delete it. --- src/conf/st