Re: [PATCH 1/3] migration: Stop marking RP bad after shutdown

2023-07-31 Thread Fabiano Rosas
Fabiano Rosas writes: > Peter Xu writes: > >> On Fri, Jul 28, 2023 at 09:15:14AM -0300, Fabiano Rosas wrote: >>> When waiting for the return path (RP) thread to finish, there is >>> really nothing wrong in the RP if the destination end of the migration >>> stops responding, leaving it stuck.

Re: [PATCH 1/3] migration: Stop marking RP bad after shutdown

2023-07-31 Thread Fabiano Rosas
Peter Xu writes: > On Fri, Jul 28, 2023 at 09:15:14AM -0300, Fabiano Rosas wrote: >> When waiting for the return path (RP) thread to finish, there is >> really nothing wrong in the RP if the destination end of the migration >> stops responding, leaving it stuck. >> >> Stop returning an error at

Re: [PATCH 1/3] migration: Stop marking RP bad after shutdown

2023-07-28 Thread Peter Xu
On Fri, Jul 28, 2023 at 09:15:14AM -0300, Fabiano Rosas wrote: > When waiting for the return path (RP) thread to finish, there is > really nothing wrong in the RP if the destination end of the migration > stops responding, leaving it stuck. > > Stop returning an error at that point and leave it

[PATCH 1/3] migration: Stop marking RP bad after shutdown

2023-07-28 Thread Fabiano Rosas
When waiting for the return path (RP) thread to finish, there is really nothing wrong in the RP if the destination end of the migration stops responding, leaving it stuck. Stop returning an error at that point and leave it to other parts of the code to catch. One such part is the very next