Re: [libvirt] [PATCH] qemu: bulk stats: Ignore errors from missing/inaccessible disks

2015-04-16 Thread Peter Krempa
On Wed, Apr 15, 2015 at 10:25:35 -0600, Eric Blake wrote: On 04/15/2015 10:19 AM, Peter Krempa wrote: Rather than erroring out make the best attempt to retrieve other data if disks are inaccessible or missing. The failure will still be logged though. Since the bulk stats API is called

[libvirt] [PATCH] qemu: bulk stats: Ignore errors from missing/inaccessible disks

2015-04-15 Thread Peter Krempa
Rather than erroring out make the best attempt to retrieve other data if disks are inaccessible or missing. The failure will still be logged though. Since the bulk stats API is called on multiple domains an error like this makes the API unusable. This regression was introduced by commit

Re: [libvirt] [PATCH] qemu: bulk stats: Ignore errors from missing/inaccessible disks

2015-04-15 Thread Eric Blake
On 04/15/2015 10:19 AM, Peter Krempa wrote: Rather than erroring out make the best attempt to retrieve other data if disks are inaccessible or missing. The failure will still be logged though. Since the bulk stats API is called on multiple domains an error like this makes the API unusable.