
Daniel Veillard wrote:
On Mon, Oct 12, 2009 at 01:32:26PM +0200, Chris Lalancette wrote:
Normally, when you migrate a domain from host A to host B, the domain on host A remains defined but shutoff and the domain on host B remains running but is a "transient". Add a new flag to virDomainMigrate() to allow the original domain to be undefined on source host A, and a new flag to virDomainMigrate() to allow the new domain to be persisted on the destination host B.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
Sounds fine, this doesn't seems to impact the API or protocol format so I would rather wait after the 0.7.2 release to commit this though, hopefully tomorrow.
ACK,
It does impact the API in a small way by adding flags, but it is indeed a minor piece of functionality. I'll push it after 0.7.2 release (later this week or early next week). -- Chris Lalancette