[libvirt] [PATCHv2 1/4] util: storage: Allow metadata crawler to report useful errors

2014-09-18 Thread Peter Krempa
Add a new parameter to virStorageFileGetMetadata that will break the backing chain detection process and report useful error message rather than having to use virStorageFileChainGetBroken. This patch just introduces the option, usage will be provided separately. --- src/qemu/qemu_domain.c

Re: [libvirt] [PATCHv2 1/4] util: storage: Allow metadata crawler to report useful errors

2014-09-23 Thread John Ferlan
On 09/18/2014 05:54 AM, Peter Krempa wrote: > Add a new parameter to virStorageFileGetMetadata that will break the > backing chain detection process and report useful error message rather > than having to use virStorageFileChainGetBroken. > > This patch just introduces the option, usage will be