Re: [PATCH 5/6] migration/qemu-file.c: Don't ratelimit a shutdown fd

2020-05-20 Thread Lukas Straub
On Tue, 19 May 2020 15:50:20 +0100 "Dr. David Alan Gilbert" wrote: > * Lukas Straub (lukasstra...@web.de) wrote: > > On Mon, 18 May 2020 12:55:34 +0100 > > "Dr. David Alan Gilbert" wrote: > > > > > * Zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > > > > > This causes the migration t

Re: [PATCH 5/6] migration/qemu-file.c: Don't ratelimit a shutdown fd

2020-05-19 Thread Dr. David Alan Gilbert
* Lukas Straub (lukasstra...@web.de) wrote: > On Mon, 18 May 2020 12:55:34 +0100 > "Dr. David Alan Gilbert" wrote: > > > * Zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > > > > This causes the migration thread to hang if we failover during > > > > checkpoint. A > > > > shutdown fd won't

Re: [PATCH 5/6] migration/qemu-file.c: Don't ratelimit a shutdown fd

2020-05-19 Thread Lukas Straub
On Mon, 18 May 2020 12:55:34 +0100 "Dr. David Alan Gilbert" wrote: > * Zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > > > This causes the migration thread to hang if we failover during > > > checkpoint. A > > > shutdown fd won't cause network traffic anyway. > > > > > > > I'm not qu