Re: [Xen-devel] [PATCH OSSTEST 04/12] toolstack: distinguish local and remote migration support

2015-03-26 Thread Ian Campbell
On Wed, 2015-03-25 at 15:18 -0600, Jim Fehlig wrote: > Ian Campbell wrote: > > On Mon, 2015-02-09 at 11:09 +, Wei Liu wrote: > > > >> Libvirt supports migrating a guest to remote host but not local host. > >> > > > > Jim, is that right? > > > > Opps, I missed this mail. Sorry for t

Re: [Xen-devel] [PATCH OSSTEST 04/12] toolstack: distinguish local and remote migration support

2015-03-25 Thread Jim Fehlig
Ian Campbell wrote: > On Mon, 2015-02-09 at 11:09 +, Wei Liu wrote: > >> Libvirt supports migrating a guest to remote host but not local host. >> > > Jim, is that right? > Opps, I missed this mail. Sorry for the delay. Yes, that is correct # virsh migrate --live test-pv xen+ssh:/

Re: [Xen-devel] [PATCH OSSTEST 04/12] toolstack: distinguish local and remote migration support

2015-03-11 Thread Ian Campbell
On Mon, 2015-02-09 at 11:09 +, Wei Liu wrote: > Libvirt supports migrating a guest to remote host but not local host. Jim, is that right? (Or alternatively, Wei: Do you have a reference for that?) > diff --git a/Osstest/Toolstack/libvirt.pm b/Osstest/Toolstack/libvirt.pm > index acb801c..a80

[Xen-devel] [PATCH OSSTEST 04/12] toolstack: distinguish local and remote migration support

2015-02-09 Thread Wei Liu
Libvirt supports migrating a guest to remote host but not local host. Distinguish the concept of local migration support and remote migration support. Toolstack's migrate_check now takes an extra argument to indicate which mode we're interested in. In sg-run-job we still check for local migration