Re: [PATCH 1/1] Avoid migration if guest is in postmigrated status

2020-12-09 Thread Li Zhang
Thanks for telling me that. I didn't notice this patch. I just caught this error when I used it and read the source code, it should be fixed. Thanks Li On Wed, Dec 9, 2020 at 5:23 PM David Edmondson wrote: > On Wednesday, 2020-12-09 at 07:20:29 GMT, Li Zhang wrote: > > > This patch is to avoid

Re: [PATCH 1/1] Avoid migration if guest is in postmigrated status

2020-12-09 Thread David Edmondson
On Wednesday, 2020-12-09 at 07:20:29 GMT, Li Zhang wrote: > This patch is to avoid executing migrations twice, which causes > coredump. After the migration has been completed, guest is in postmigrated > status on source host and the block device is inactive. If executing > migration again, it wil

[PATCH 1/1] Avoid migration if guest is in postmigrated status

2020-12-08 Thread Li Zhang
This patch is to avoid executing migrations twice, which causes coredump. After the migration has been completed, guest is in postmigrated status on source host and the block device is inactive. If executing migration again, it will cause coredump and a block error. For exmaple, executing #migrat