Re: [libvirt] [PATCHv2 08/16] storage: get entire metadata chain in one call

2012-10-16 Thread Laine Stump
On 10/16/2012 10:58 AM, Eric Blake wrote: > On 10/16/2012 08:43 AM, Laine Stump wrote: >> On 10/13/2012 06:00 PM, Eric Blake wrote: >>> Previously, no one was using virStorageFileGetMetadata, and for good >>> reason - it couldn't support root-squash NFS. Change the signature >>> and make it useful

Re: [libvirt] [PATCHv2 08/16] storage: get entire metadata chain in one call

2012-10-16 Thread Eric Blake
On 10/16/2012 08:43 AM, Laine Stump wrote: > On 10/13/2012 06:00 PM, Eric Blake wrote: >> Previously, no one was using virStorageFileGetMetadata, and for good >> reason - it couldn't support root-squash NFS. Change the signature >> and make it useful to future patches, including enhancing the meta

Re: [libvirt] [PATCHv2 08/16] storage: get entire metadata chain in one call

2012-10-16 Thread Laine Stump
On 10/13/2012 06:00 PM, Eric Blake wrote: > Previously, no one was using virStorageFileGetMetadata, and for good > reason - it couldn't support root-squash NFS. Change the signature > and make it useful to future patches, including enhancing the metadata > to recursively track the entire chain. >

[libvirt] [PATCHv2 08/16] storage: get entire metadata chain in one call

2012-10-13 Thread Eric Blake
Previously, no one was using virStorageFileGetMetadata, and for good reason - it couldn't support root-squash NFS. Change the signature and make it useful to future patches, including enhancing the metadata to recursively track the entire chain. * src/util/storage_file.h (_virStorageFileMetadata)