Re: [libvirt] [PATCHv2 11/33] storage: Move virStorageFileGetMetadata to the storage driver

2014-05-28 Thread Peter Krempa
On 05/28/14 03:53, Eric Blake wrote: > On 05/26/2014 03:27 AM, Peter Krempa wrote: >> On 05/23/14 18:38, Eric Blake wrote: >>> On 05/22/2014 07:47 AM, Peter Krempa wrote: My future work will modify the metadata crawler function to use the storage driver file APIs to access the files inste

Re: [libvirt] [PATCHv2 11/33] storage: Move virStorageFileGetMetadata to the storage driver

2014-05-27 Thread Eric Blake
On 05/26/2014 03:27 AM, Peter Krempa wrote: > On 05/23/14 18:38, Eric Blake wrote: >> On 05/22/2014 07:47 AM, Peter Krempa wrote: >>> My future work will modify the metadata crawler function to use the >>> storage driver file APIs to access the files instead of accessing them >>> directly so that w

Re: [libvirt] [PATCHv2 11/33] storage: Move virStorageFileGetMetadata to the storage driver

2014-05-26 Thread Peter Krempa
On 05/23/14 18:38, Eric Blake wrote: > On 05/22/2014 07:47 AM, Peter Krempa wrote: >> My future work will modify the metadata crawler function to use the >> storage driver file APIs to access the files instead of accessing them >> directly so that we will be able to request the metadata for remote

Re: [libvirt] [PATCHv2 11/33] storage: Move virStorageFileGetMetadata to the storage driver

2014-05-23 Thread Eric Blake
On 05/22/2014 07:47 AM, Peter Krempa wrote: > My future work will modify the metadata crawler function to use the > storage driver file APIs to access the files instead of accessing them > directly so that we will be able to request the metadata for remote > files too. To avoid linking the storage

[libvirt] [PATCHv2 11/33] storage: Move virStorageFileGetMetadata to the storage driver

2014-05-22 Thread Peter Krempa
My future work will modify the metadata crawler function to use the storage driver file APIs to access the files instead of accessing them directly so that we will be able to request the metadata for remote files too. To avoid linking the storage driver to every helper file using the utils code, th