
2 Oct
2009
2 Oct
'09
8:06 a.m.
On 10/02/2009 01:53 PM, Daniel P. Berrange wrote:
This bit of code is exactly why we need a new API - the return value is declared to be a virDomainPtr on the destination host, not just a copy of the original source domain which no longer even exists on the source host if it was a transient domain.
Yeah, I really did not like this. In Chris's code he actually opens the connection (after the migration is complete) in order to return the destination domain. Does that make sense? Paolo