Re: [libvirt] [PATCH 08/11] Check whether pools are already active upon libvirtd startup

2010-11-19 Thread Eric Blake
On 11/12/2010 09:22 AM, Daniel P. Berrange wrote: > When libvirt starts up all storage pools default to the inactive > state, even if the underlying storage is already active on the > host. This introduces a new API into the internal storage backend > drivers that checks whether a storage pool is a

Re: [libvirt] [PATCH 08/11] Check whether pools are already active upon libvirtd startup

2010-11-12 Thread Paolo Bonzini
On 11/12/2010 05:22 PM, Daniel P. Berrange wrote: src/storage/storage_backend_mpath.c | 20 +++ src/storage/storage_backend_scsi.c| 25 Not related to your patch, but these two drivers are undocumented. Paolo -- libvir-list mailing list lib

[libvirt] [PATCH 08/11] Check whether pools are already active upon libvirtd startup

2010-11-12 Thread Daniel P. Berrange
When libvirt starts up all storage pools default to the inactive state, even if the underlying storage is already active on the host. This introduces a new API into the internal storage backend drivers that checks whether a storage pool is already active. If the pool is active at libvirtd startup,