From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Toe8A-0007aA-Un for qemu-devel@nongnu.org; Fri, 28 Dec 2012 12:54:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Toe89-0001pP-Sb for qemu-devel@nongnu.org; Fri, 28 Dec 2012 12:54:02 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:58919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Toe89-0001pL-JL for qemu-devel@nongnu.org; Fri, 28 Dec 2012 12:54:01 -0500 Received: by mail-wg0-f48.google.com with SMTP id dt10so4932375wgb.27 for ; Fri, 28 Dec 2012 09:54:00 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50DDDCB2.1060403@redhat.com> Date: Fri, 28 Dec 2012 18:53:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <50DCC3AF.7020802@profihost.ag> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] setting migrate_downtime results in halted vm (qemu 1.3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre DERUMIER Cc: Juan Quintela , qemu-devel , Stefan Priebe Il 28/12/2012 08:05, Alexandre DERUMIER ha scritto: > Hi list, > After discuss with Stefan Yesterday here some more info: > > (this is for stable qemu 1.3, it was working fine with qemu 1.2) > > The problem seem that whesettings a migrate_set_downtime to 1sec, > > the transfert of the vm seem to send all the memory of the vm in 1 step, and not by increment. > So the downtime is really huge , 90000ms for 1GB memory. Can you try commit bde54c08b4854aceee3dee25121a2b835cb81166? Paolo