On Wed, Jun 27, 2018 at 11:57:55AM +0200, Juan Quintela wrote:
> Peter Xu wrote:
> > It was broken due to recent changes in two parts:
> >
> > - migration_incoming_process() will be called now even for postcopy
> > recovery sessions (while we shouldn't)
> >
> > - Now we don't call migrate_fd_pro
Peter Xu wrote:
> It was broken due to recent changes in two parts:
>
> - migration_incoming_process() will be called now even for postcopy
> recovery sessions (while we shouldn't)
>
> - Now we don't call migrate_fd_process_incoming() any more (unless in
> RDMA code), so actually the postcopy
It was broken due to recent changes in two parts:
- migration_incoming_process() will be called now even for postcopy
recovery sessions (while we shouldn't)
- Now we don't call migrate_fd_process_incoming() any more (unless in
RDMA code), so actually the postcopy recovery logic is fully bypas