Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-22 Thread Wangjing(Hogan)
> On Thu, Jul 21, 2022 at 09:13:53AM +0100, Daniel P. Berrangé wrote: > > On Thu, Jul 21, 2022 at 02:21:18PM +0800, Hogan Wang via wrote: > > > There's no way to cancel the current executing dump process, lead to > > > the virtual machine manager daemon((e.g. libvirtd) cannot restore > > > the du

Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-21 Thread Daniel P . Berrangé
On Thu, Jul 21, 2022 at 09:13:53AM +0100, Daniel P. Berrangé wrote: > On Thu, Jul 21, 2022 at 02:21:18PM +0800, Hogan Wang via wrote: > > There's no way to cancel the current executing dump process, lead to the > > virtual machine manager daemon((e.g. libvirtd) cannot restore the dump > > job after

Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-21 Thread Wangjing(Hogan)
> Daniel P. Berrangé writes: > > > On Thu, Jul 21, 2022 at 02:21:18PM +0800, Hogan Wang via wrote: > >> There's no way to cancel the current executing dump process, lead to > >> the virtual machine manager daemon((e.g. libvirtd) cannot restore the > >> dump job after daemon restart. > >> > >>

Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-21 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Jul 21, 2022 at 02:21:18PM +0800, Hogan Wang via wrote: >> There's no way to cancel the current executing dump process, lead to the >> virtual machine manager daemon((e.g. libvirtd) cannot restore the dump >> job after daemon restart. >> >> Add the 'cancellin

Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-21 Thread Daniel P . Berrangé
On Thu, Jul 21, 2022 at 02:21:18PM +0800, Hogan Wang via wrote: > There's no way to cancel the current executing dump process, lead to the > virtual machine manager daemon((e.g. libvirtd) cannot restore the dump > job after daemon restart. > > Add the 'cancelling' and 'cancelled' dump states. > >

Re: [PATCH] dump: introduce dump-cancel QMP command

2022-07-21 Thread Marc-André Lureau
Hi On Thu, Jul 21, 2022 at 10:24 AM Hogan Wang via wrote: > There's no way to cancel the current executing dump process, lead to the > virtual machine manager daemon((e.g. libvirtd) cannot restore the dump > job after daemon restart. > > Add the 'cancelling' and 'cancelled' dump states. > > Use

[PATCH] dump: introduce dump-cancel QMP command

2022-07-20 Thread Hogan Wang via
There's no way to cancel the current executing dump process, lead to the virtual machine manager daemon((e.g. libvirtd) cannot restore the dump job after daemon restart. Add the 'cancelling' and 'cancelled' dump states. Use 'dump-cancel' qmp command Set the dump state as 'cancelling'. The dump pr