From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpGSf-0008EW-FM for qemu-devel@nongnu.org; Wed, 19 Jun 2013 07:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpGSU-000357-Mk for qemu-devel@nongnu.org; Wed, 19 Jun 2013 07:22:01 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:53403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpGST-0002hb-Tv for qemu-devel@nongnu.org; Wed, 19 Jun 2013 07:21:50 -0400 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Jun 2013 16:45:10 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 29519394004F for ; Wed, 19 Jun 2013 16:51:11 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5JBLHUI21299340 for ; Wed, 19 Jun 2013 16:51:17 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r5JBL99S011433 for ; Wed, 19 Jun 2013 21:21:10 +1000 Message-ID: <51C19425.9040503@linux.vnet.ibm.com> Date: Wed, 19 Jun 2013 16:51:09 +0530 From: chandrashekar shastri MIME-Version: 1.0 References: <51B95210.9080000@linux.vnet.ibm.com> <20130613084410.GG2633@stefanha-thinkpad.redhat.com> <51BA00B1.1020003@linux.vnet.ibm.com> <51BA3D91.5020405@redhat.com> In-Reply-To: <51BA3D91.5020405@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Paolo Bonzini Cc: libvir-list@redhat.com, Stefan Hajnoczi , qemu-devel@nongnu.org, virt-tools-list@redhat.com On 06/14/2013 03:15 AM, Paolo Bonzini wrote: > 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. I tried with libvirt 1.0.6 and it is still failing, hence reported the bug in the launchpad. Bug #1192499 : virsh migration copy-storage-all fails with "Unable to read from monitor: Connection reset by peer" >>>> 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 > Chandrashekar