From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [PATCH OSSTEST v2 18/18] WIP: libvirt: migration + save/restore support. [and 1 more messages] Date: Wed, 21 Jan 2015 08:05:01 -0700 Message-ID: <54BFC01D.6060904@suse.com> References: <1417536141.29004.6.camel@citrix.com> <1417536299-1810-18-git-send-email-ian.campbell@citrix.com> <21694.41805.113127.410499@mariner.uk.xensource.com> <54BF3C4B.80709@suse.com> <1421833730.10440.331.camel@citrix.com> <21695.36667.624554.344782@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21695.36667.624554.344782@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Wei Liu , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Jackson wrote: > Jim Fehlig writes ("Re: [PATCH OSSTEST v2 18/18] WIP: libvirt: migration + save/restore support."): > >> You can get around this by disabling TLS in /etc/libvirt/libvirtd.conf. >> Then simply use ssh to connect to the dst host, e.g. 'virsh migrate >> --live dom xen+ssh://dst-host'. >> > > Is this the way people would normally use libvirt to do migration ? > Yes, it is a common approach for the same reasons. It is convenient and configured "out of the box". Regards, Jim > (osstest's xl migration test already uses ssh for migration, but > that's because that's the most convenient and usual way to use > `xl migrate'.) > > Ian. > >