On Mon, Dec 20, 2010 at 09:48:21AM +0800, Osier Yang wrote:
> so yes, domain.migration will not return till it's finished.
the problem is not that domain.migration will not return till it's
finished. that makes perfect sense and is totally fine.
the problem is that i can't seem to do ANYTHING els
于 2010年12月17日 16:34, Igor Serebryany 写道:
> I would like to use the virDomainMigrateSetMaxDowntime but I'm a bit
> confused about how to use it.
>
> If I try to set the downtime before I call domain.migrate(), I get the
> error "domain is not being migrated". But I cannot call it afterwards
> becau