From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJM6K-0000Or-5d for qemu-devel@nongnu.org; Mon, 09 May 2011 04:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJM6J-000415-7r for qemu-devel@nongnu.org; Mon, 09 May 2011 04:46:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJM6J-00040o-0s for qemu-devel@nongnu.org; Mon, 09 May 2011 04:45:59 -0400 Message-ID: <4DC7A9C1.8040305@redhat.com> Date: Mon, 09 May 2011 11:45:53 +0300 From: Avi Kivity MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM migration with different source and dest paths List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Onkar Mahajan Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 05/06/2011 12:30 PM, Onkar Mahajan wrote: > Is it possible to migrate KVM guest to different paths like this: > > path of the image of guest01 on host A > /home/joe/guest01.img > > path of the image of guest01 on host B > /home/bill/image/temp/guest01.img > > > is this possible ? > > if it is any pointers as to how to do this ? > Are you referring to a single image which is accessible via two paths? Or two different images? Both are possible (the former by simply using the new path for the destination, the latter by using the migrate -b switch. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.