Re: [PATCH] migration: Don't try and recover return path in non-postcopy

2019-10-11 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > In normal precopy we can't do reconnection recovery - but we also > don't need to, since you can just rerun migration. > At the moment if the 'return-path' capability is on, we use > the return path i

Re: [PATCH] migration: Don't try and recover return path in non-postcopy

2019-10-08 Thread Peter Xu
On Mon, Oct 07, 2019 at 11:35:07AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > In normal precopy we can't do reconnection recovery - but we also > don't need to, since you can just rerun migration. > At the moment if the 'return-path' capability is on, we use >

Re: [PATCH] migration: Don't try and recover return path in non-postcopy

2019-10-07 Thread Greg Kurz
On Mon, 7 Oct 2019 11:35:07 +0100 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > In normal precopy we can't do reconnection recovery - but we also > don't need to, since you can just rerun migration. > At the moment if the 'return-path' capability is on, we use > th

[PATCH] migration: Don't try and recover return path in non-postcopy

2019-10-07 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" In normal precopy we can't do reconnection recovery - but we also don't need to, since you can just rerun migration. At the moment if the 'return-path' capability is on, we use the return path in precopy to give a postiive 'OK' to the end of migration; however if mi