Re: [libvirt] [PATCH] On Xen, domains may be destroyed without libvirt being involved

2018-12-10 Thread Jim Fehlig
On 12/9/18 11:01 AM, Demi M. Obenour wrote: This can happen via `xl destroy`, for example.  When this happens, libvirt is stuck in an inconsistent state: libvirt believes the domain is still running, but attempts to use libvirt’s APIs to shutdown the domain fail.  The only way out of this

Re: [libvirt] [PATCH] On Xen, domains may be destroyed without libvirt being involved

2018-12-10 Thread Daniel P . Berrangé
On Sun, Dec 09, 2018 at 01:01:27PM -0500, Demi M. Obenour wrote: > This can happen via `xl destroy`, for example.  When this happens, > libvirt is stuck in an inconsistent state: libvirt believes the domain > is still running, but attempts to use libvirt’s APIs to shutdown the > domain fail.  The

Re: [libvirt] [PATCH] On Xen, domains may be destroyed without libvirt being involved

2018-12-10 Thread Peter Krempa
On Sun, Dec 09, 2018 at 13:01:27 -0500, Demi M. Obenour wrote: > This can happen via `xl destroy`, for example.  When this happens, > libvirt is stuck in an inconsistent state: libvirt believes the domain > is still running, but attempts to use libvirt’s APIs to shutdown the > domain fail.  The

[libvirt] [PATCH] On Xen, domains may be destroyed without libvirt being involved

2018-12-10 Thread Demi M. Obenour
This can happen via `xl destroy`, for example.  When this happens, libvirt is stuck in an inconsistent state: libvirt believes the domain is still running, but attempts to use libvirt’s APIs to shutdown the domain fail.  The only way out of this situation is to restart libvirt. To prevent this