From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnFLC-0001t3-Pa for qemu-devel@nongnu.org; Thu, 13 Jun 2013 17:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnFLB-0005ro-OG for qemu-devel@nongnu.org; Thu, 13 Jun 2013 17:45:58 -0400 Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]:56247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnFLB-0005rk-KL for qemu-devel@nongnu.org; Thu, 13 Jun 2013 17:45:57 -0400 Received: by mail-qa0-f49.google.com with SMTP id hu16so1394310qab.15 for ; Thu, 13 Jun 2013 14:45:57 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51BA3D91.5020405@redhat.com> Date: Thu, 13 Jun 2013 17:45:53 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <51B95210.9080000@linux.vnet.ibm.com> <20130613084410.GG2633@stefanha-thinkpad.redhat.com> <51BA00B1.1020003@linux.vnet.ibm.com> In-Reply-To: <51BA00B1.1020003@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virsh live migration w/o shared storage fails with error as vm is not running List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chandrashekar shastri Cc: libvir-list@redhat.com, Stefan Hajnoczi , qemu-devel@nongnu.org, virt-tools-list@redhat.com Il 13/06/2013 13:26, chandrashekar shastri ha scritto: > On 06/13/2013 02:14 PM, Stefan Hajnoczi wrote: >> On Thu, Jun 13, 2013 at 10:31:04AM +0530, chandrashekar shastri wrote: >>> We are testing the upstream KVM with : >>> >>> Kernel, Qemu, Libvirt, Virt-Manager is built from the source (git). >>> >>> kernel version : 3.9.0+ >>> qemu version : QEMU emulator version 1.5.0 >>> libvirt version : 1.0.5 Please try with libvirt 1.0.5.2. >>> virt-install : 0.600.3 >>> >>> I have followed the below steps to test the "Live migration w/o >>> shared storage" feature : >>> >>> 1. Created the qemu-img create -f qcow2 vm.qcow2 12G on the >>> destination host which is same as the source. >>> 2. Started the guest on the source >>> 3. Started the vncdisplay to monitor the guest >>> 4. Initiated the migration "virsh migrate --live rhel64-64 >>> qemu+ssh://9.126.89.202/system --verbose --copy-storage-all" I recently found a bug here related to IPv4/IPv6. I need to understand if it is in QEMU or libvirt. Paolo