From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOtyp-0000h4-Px for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:48:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOtyl-0000bG-SH for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:48:07 -0400 Received: from [199.232.76.173] (port=49697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOtyl-0000b2-GR for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:48:03 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOtyl-00018M-31 for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:48:03 -0400 Message-ID: <4A55F510.5090801@redhat.com> Date: Thu, 09 Jul 2009 15:48:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/3] move vm stop/start to migrate_set_state References: <1247140059-5034-1-git-send-email-pbonzini@redhat.com> <1247140059-5034-3-git-send-email-pbonzini@redhat.com> <4A55F46F.6060705@codemonkey.ws> In-Reply-To: <4A55F46F.6060705@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 07/09/2009 03:45 PM, Anthony Liguori wrote: > How does the disk become full during the final stage? The guest isn't > running. The host disk can become full and cause a "migrate exec" to fail. Or for network migration migration, you could have the connection drop exactly during the final stage. In this case, the VM would be unconditionally restarted. Paolo