Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Ian Jackson
Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command"): > Sounds like we should just add it to the list of packages which we install > either at host install time or as part of preparing a host for use. I'm > inclined just t

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Ian Campbell
On Wed, 2015-08-12 at 09:08 -0600, Jim Fehlig wrote: > nc is used to relay connections on the ssh tunnel to libvirtd's unix > domain socket. Is there a netcat-openbsd package? Yes there is. It even seems to have higher priority if installed, but it is not in the default package set. Sounds like w

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Jim Fehlig
Ian Campbell wrote: > On Tue, 2015-08-11 at 16:07 -0600, Jim Fehlig wrote: > >> Wei Liu wrote: >> >>> Virsh migrate expects an URI, not a host. We don't actually care what >>> kind of transport it uses, the main objective is to test migration, so >>> use xen+ssh for the time being. >>> >>>

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Ian Campbell
On Tue, 2015-08-11 at 16:07 -0600, Jim Fehlig wrote: > Wei Liu wrote: > > Virsh migrate expects an URI, not a host. We don't actually care what > > kind of transport it uses, the main objective is to test migration, so > > use xen+ssh for the time being. > > > > Signed-off-by: Wei Liu > > Cc: Ian

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Ian Campbell
On Wed, 2015-08-12 at 11:05 +0100, Ian Campbell wrote: > On Tue, 2015-08-11 at 16:07 -0600, Jim Fehlig wrote: > > Wei Liu wrote: > > > Virsh migrate expects an URI, not a host. We don't actually care what > > > kind of transport it uses, the main objective is to test migration, > > > so > > > use

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-12 Thread Ian Campbell
On Tue, 2015-08-11 at 16:07 -0600, Jim Fehlig wrote: > Wei Liu wrote: > > Virsh migrate expects an URI, not a host. We don't actually care what > > kind of transport it uses, the main objective is to test migration, so > > use xen+ssh for the time being. > > > > Signed-off-by: Wei Liu > > Cc: Ian

Re: [Xen-devel] [PATCH OSSTEST] Toolstack/libvirt: use URI in migration command

2015-08-11 Thread Jim Fehlig
Wei Liu wrote: > Virsh migrate expects an URI, not a host. We don't actually care what > kind of transport it uses, the main objective is to test migration, so > use xen+ssh for the time being. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc: Ian Jackson > --- > Cc: Jim Fehlig > > I once had