From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjOB8-00074T-LG for qemu-devel@nongnu.org; Mon, 03 Jun 2013 02:23:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjOB4-0005pb-4l for qemu-devel@nongnu.org; Mon, 03 Jun 2013 02:23:38 -0400 Sender: Paolo Bonzini Message-ID: <51AC3659.8040901@redhat.com> Date: Mon, 03 Jun 2013 08:23:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1367545092-19980-1-git-send-email-david@gibson.dropbear.id.au> <1367545092-19980-8-git-send-email-david@gibson.dropbear.id.au> <51875DA7.4090308@redhat.com> <51A301AC.8070101@ozlabs.ru> <51A30528.9020708@redhat.com> <51A83C18.2030102@ozlabs.ru> <1369994875.3928.137.camel@pasglop> <51A87AAA.6080306@ozlabs.ru> <51A87E5B.1030100@redhat.com> <51AC2D98.8000404@ozlabs.ru> In-Reply-To: <51AC2D98.8000404@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/8] pseries: savevm support for PAPR virtual SCSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org, David Gibson , qemu-ppc@nongnu.org, agraf@suse.de, quintela@redhat.com Il 03/06/2013 07:46, Alexey Kardashevskiy ha scritto: > Ok. I implemented {save|load}_request for IBMVSCSI, started testing - the > destination system behaves very unstable, sometime it is a fault in > _raw_spin_lock or it looks okay but any attempt to read the filesystem > leads to 100% cpu load in qemu process and no response from the guest. > > I tried virtio-scsi as well (as it was referred as a good example), it > fails in exactly the same way. So I started wondering - when did you try it > last time? :) Perhaps a year ago. Gerd must have tested usb-storage later than that though. > My test is: > 1. create qcow2 image 8GB, put it to 2GB USB disk. > 2. put 1.8GB "dummy" image onto the same USB disk. > 3. run qemu with qcow2 image. > 4. do "mkfs.ext4 /dev/sda" in the guest. It creates 300MB file when there > is enough space. > 5. wait till the source qemu gets stopped due to io error (info status > confirms this). > 6. migrate. > 7. remove "dummy". > 8. "c"ontinue in the destination guest. Sounds good. We really need testcases for this. I'll take a look when I come back from vacation. Paolo