Re: [libvirt] [PATCHv2 01/33] qemu: process: Refresh backing chain info when reconnecting to qemu

2014-05-22 Thread Eric Blake
On 05/22/2014 03:20 PM, Eric Blake wrote: > On 05/22/2014 07:47 AM, Peter Krempa wrote: >> Refresh the disk backing chains when reconnecting to a qemu process >> after daemon restart. There are a few internal fields that don't get >> refreshed from the XML. Until we are able to do that, let's reloa

Re: [libvirt] [PATCHv2 01/33] qemu: process: Refresh backing chain info when reconnecting to qemu

2014-05-22 Thread Eric Blake
On 05/22/2014 07:47 AM, Peter Krempa wrote: > Refresh the disk backing chains when reconnecting to a qemu process > after daemon restart. There are a few internal fields that don't get > refreshed from the XML. Until we are able to do that, let's reload all > the metadata by the backing chain crawl

[libvirt] [PATCHv2 01/33] qemu: process: Refresh backing chain info when reconnecting to qemu

2014-05-22 Thread Peter Krempa
Refresh the disk backing chains when reconnecting to a qemu process after daemon restart. There are a few internal fields that don't get refreshed from the XML. Until we are able to do that, let's reload all the metadata by the backing chain crawler. --- src/qemu/qemu_process.c | 5 + 1 file c