Re: [libvirt] [PATCH 1/3] Add 'asyncjobs' counter to storage pool

2009-04-16 Thread Daniel P. Berrange
On Wed, Apr 15, 2009 at 03:24:57PM -0400, Cole Robinson wrote: Add an 'asyncjobs' counter to the storage pool definition. The counter tracks how many nonblocking jobs the pool is currently running, and prevents the operations destroy, refresh, undefine, and delete. Will be used for

[libvirt] [PATCH 1/3] Add 'asyncjobs' counter to storage pool

2009-04-15 Thread Cole Robinson
Add an 'asyncjobs' counter to the storage pool definition. The counter tracks how many nonblocking jobs the pool is currently running, and prevents the operations destroy, refresh, undefine, and delete. Will be used for non-blocking volume creation. - Cole diff --git a/src/storage_conf.h