Re: [libvirt] [PATCH v3] storage: Add support for storage pool state XML

2015-04-07 Thread John Ferlan
On 04/03/2015 07:03 AM, Erik Skultety wrote: This patch introduces new virStorageDriverState element stateDir. Also adds necessary changes to storageStateInitialize, so that directories initialization becomes more generic. --- src/conf/storage_conf.h | 1 +

Re: [libvirt] [PATCH v3] storage: Add support for storage pool state XML

2015-04-07 Thread Erik Skultety
Thanks, fixed and pushed with remaining ACKed patches 5 and 6. Erik On 04/07/2015 03:55 PM, John Ferlan wrote: On 04/03/2015 07:03 AM, Erik Skultety wrote: This patch introduces new virStorageDriverState element stateDir. Also adds necessary changes to storageStateInitialize, so that

[libvirt] [PATCH v3] storage: Add support for storage pool state XML

2015-04-03 Thread Erik Skultety
This patch introduces new virStorageDriverState element stateDir. Also adds necessary changes to storageStateInitialize, so that directories initialization becomes more generic. --- src/conf/storage_conf.h | 1 + src/storage/storage_driver.c | 108