Re: Re: [PATCH] vm : forbid to start a removing vm

2021-03-26 Thread Hogan Wang
> On Fri, Mar 05, 2021 at 09:19:52AM +0800, Hogan Wang wrote: > >From: Zhuang Shengen > > > >When a vm is doing migration phase confirm, and then start it > >concurrently, it will lead to the vm out of libvirtd control. > > > >Cause Analysis: > >1. thread1 migrate vm out. > >2. thread2 start the

Re: [PATCH] vm : forbid to start a removing vm

2021-03-24 Thread Martin Kletzander
On Fri, Mar 05, 2021 at 09:19:52AM +0800, Hogan Wang wrote: From: Zhuang Shengen When a vm is doing migration phase confirm, and then start it concurrently, it will lead to the vm out of libvirtd control. Cause Analysis: 1. thread1 migrate vm out. 2. thread2 start the migrating vm. 3. thread1

Re: [PATCH] vm : forbid to start a removing vm

2021-03-18 Thread Michal Privoznik
On 3/11/21 2:13 AM, Hogan Wang wrote: From: Zhuang Shengen When a vm is doing migration phase confirm, and then start it concurrently, it will lead to the vm out of libvirtd control. Cause Analysis: 1. thread1 migrate vm out. 2. thread2 start the migrating vm. 3. thread1 remove vm from domain

Re: [PATCH] vm : forbid to start a removing vm

2021-03-16 Thread Daniel Henrique Barboza
On 3/10/21 10:13 PM, Hogan Wang wrote: From: Zhuang Shengen When a vm is doing migration phase confirm, and then start it concurrently, it will lead to the vm out of libvirtd control. Cause Analysis: 1. thread1 migrate vm out. 2. thread2 start the migrating vm. 3. thread1 remove vm from dom