From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [PATCH OSSTEST 04/12] toolstack: distinguish local and remote migration support Date: Wed, 25 Mar 2015 15:18:26 -0600 Message-ID: <55132622.9030805@suse.com> References: <1423480206-9729-1-git-send-email-wei.liu2@citrix.com> <1423480206-9729-5-git-send-email-wei.liu2@citrix.com> <1426090700.21353.307.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426090700.21353.307.camel@citrix.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 Campbell Cc: ian.jackson@eu.citrix.com, Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Campbell wrote: > On Mon, 2015-02-09 at 11:09 +0000, 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://localhost error: Requested operation is not valid: domain 'test-pv' is already active I suppose the code could be fixed up to allow localhost migration, but doing so would be quite low on my todo list. Regards, Jim