From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: migrate_set_downtime bug Date: Wed, 7 Oct 2009 09:32:53 -0300 Message-ID: <20091007123253.GN8092@mothafucka.localdomain> References: <20090930163951.GD5149@mothafucka.localdomain> <90D306BE6EBC8D428A824FBBA7A3113DFDCDF18E@ronja.maurer-it.com> <4AC9E3DA.6000607@redhat.com> <20091005130409.GD8092@mothafucka.localdomain> <4AC9F1E4.4070101@redhat.com> <90D306BE6EBC8D428A824FBBA7A3113D010EFFE8EB@ronja.maurer-it.com> <20091005153206.GE8092@mothafucka.localdomain> <90D306BE6EBC8D428A824FBBA7A3113D010EFFE8F5@ronja.maurer-it.com> <20091006173325.GG8092@mothafucka.localdomain> <90D306BE6EBC8D428A824FBBA7A3113D010EFFE902@ronja.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Anthony Liguori , kvm To: Dietmar Maurer Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10313 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932663AbZJGMdZ (ORCPT ); Wed, 7 Oct 2009 08:33:25 -0400 Content-Disposition: inline In-Reply-To: <90D306BE6EBC8D428A824FBBA7A3113D010EFFE902@ronja.maurer-it.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 07, 2009 at 06:42:48AM +0200, Dietmar Maurer wrote: > > > The default downtime is set to 30ms. This value triggers the > > convergence problem quite often. Maybe a longer default is more > > reasonable. > > What do you feel about 100 ms? > > What is the reasoning behind such short downtimes? Are there any application that will fail with longer downtimes (let say 1s)? > > Note: on a 1Gbit/s net you can transfer only 10MB within 100ms which accounts for more than 2 thousand pages, which sounds like enough for a first pass to me. For the default case, It is hard to imagine an application dirtying more than 2k pages per-iteration