Re: [libvirt] [PATCH 6/7] storage: Introduce storagePoolUpdateAllState function

2015-03-30 Thread Erik Skultety
On 03/25/2015 06:42 PM, John Ferlan wrote: the 'checkPool' block has been moved to storagePoolUpdateAllState. move the checkPool block into storageDriverInitialize. This ensures activating pools earlier allowing domains using volumes from a pool to be able to find the volume during

Re: [libvirt] [PATCH 6/7] storage: Introduce storagePoolUpdateAllState function

2015-03-25 Thread John Ferlan
On 03/24/2015 06:06 AM, Erik Skultety wrote: The update was originally part of the storageDriverAutostart function, s/update/checkPool but the pools have to be checked earlier during initialization phase, so s/have/need the 'checkPool' block has been moved to storagePoolUpdateAllState.

[libvirt] [PATCH 6/7] storage: Introduce storagePoolUpdateAllState function

2015-03-24 Thread Erik Skultety
The update was originally part of the storageDriverAutostart function, but the pools have to be checked earlier during initialization phase, so the 'checkPool' block has been moved to storagePoolUpdateAllState. Prior to this update virStoragePoolLoadAllConfigs and virStoragePoolLoadAllState