Re: [virt-tools-list] [PATCH] virt-manager: fix exception when create virtuozzo container

2016-10-17 Thread Mikhail Feoktistov
On 11.10.2016 17:30, Cole Robinson wrote: On 10/05/2016 12:01 PM, Mikhail Feoktistov wrote: In _do_async_install we have a race. We create domain in guest.start_install() and it begins to start. Then we check vm.is_shutoff() but domain doesn't have "running" state. It's still starting. Then we

Re: [virt-tools-list] [PATCH] virt-manager: fix exception when create virtuozzo container

2016-10-11 Thread Cole Robinson
On 10/05/2016 12:01 PM, Mikhail Feoktistov wrote: > In _do_async_install we have a race. > We create domain in guest.start_install() and > it begins to start. Then we check vm.is_shutoff() > but domain doesn't have "running" state. > It's still starting. > Then we try to start it by vm.startup() an