From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiMfa-0004Qu-1s for qemu-devel@nongnu.org; Fri, 31 May 2013 06:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiMfY-0000Sm-Ot for qemu-devel@nongnu.org; Fri, 31 May 2013 06:34:49 -0400 Message-ID: <51A87CB8.40903@redhat.com> Date: Fri, 31 May 2013 12:34:32 +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> <51A85CEE.4090409@redhat.com> <51A87799.1020304@ozlabs.ru> <51A87AE6.8050502@redhat.com> <51A87C5E.9060904@ozlabs.ru> In-Reply-To: <51A87C5E.9060904@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: agraf@suse.de, quintela@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Il 31/05/2013 12:33, Alexey Kardashevskiy ha scritto: >>>>> How do you trigger the situation when there are inactive requests which >>>>> have to be migrated? >>>> >>>> You need to trigger an error. For example, you could use a sparse image >>>> on an almost-full partition and let "dd" fill your disk. Then migrate >>>> to another instance of QEMU on the same machine, the destination machine >>>> should succeed migration but fail starting the machine. >>> >>> Why would it fail? I run "dd", it fills the disk and stops. >> >> You have to make it fill the _host_ disk before it fills the guest disk. >> That's why I mentioned a sparse image. >> >> Then the machine pauses with the failing request in its queue. > > Does the machine pause automatically in such case? Did not know that, now > it makes sense. Thanks. That's the point of rerror=stop/werror=stop. :) Paolo