Re: [libvirt] [PATCHv2] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-09-22 Thread Yaowei Bai
Cc'ed Michal and Nikolay. On Wed, Sep 21, 2016 at 07:01:37AM -0400, John Ferlan wrote: > On 07/07/2016 05:53 AM, Xiubo Li wrote: > > > > src/qemu/qemu_agent.c | 37 - > > src/util/virjson.h| 7 +++ > > 2 files changed, 35 insertions(+), 9

Re: [libvirt] [PATCHv2] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-09-21 Thread John Ferlan
On 07/07/2016 05:53 AM, Xiubo Li wrote: > These days, we experienced one qemu guest agent is not available > error. Then the guest agent couldn't be used forever before rebooting > the libvirtd daemon or reboot the qemu-guest-agent in the VM(you can > also reboot the VM) to clear the

[libvirt] [PATCHv2] qemu: agent: Fix QEMU guest agent is not available due to an error

2016-07-07 Thread Xiubo Li
These days, we experienced one qemu guest agent is not available error. Then the guest agent couldn't be used forever before rebooting the libvirtd daemon or reboot the qemu-guest-agent in the VM(you can also reboot the VM) to clear the priv->agentError. This is one bug for a long time in many