From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsxJb-0004rz-2b for qemu-devel@nongnu.org; Fri, 06 Jun 2014 12:48:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsxJU-0008V4-Qo for qemu-devel@nongnu.org; Fri, 06 Jun 2014 12:48:26 -0400 Received: from mail-pb0-f52.google.com ([209.85.160.52]:33565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsxJU-0008Ue-Lh for qemu-devel@nongnu.org; Fri, 06 Jun 2014 12:48:20 -0400 Received: by mail-pb0-f52.google.com with SMTP id rr13so2713283pbb.39 for ; Fri, 06 Jun 2014 09:48:19 -0700 (PDT) Message-ID: <5391F0CE.5040304@ozlabs.ru> Date: Sat, 07 Jun 2014 02:48:14 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1395892646-30283-1-git-send-email-aik@ozlabs.ru> <20140606125036.GB27148@grmbl.mre> In-Reply-To: <20140606125036.GB27148@grmbl.mre> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: Increase default max_downtime from 30ms to 300ms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Paolo Bonzini , qemu-devel@nongnu.org, "Dr . David Alan Gilbert" On 06/06/2014 10:50 PM, Amit Shah wrote: > On (Thu) 27 Mar 2014 [14:57:26], Alexey Kardashevskiy wrote: >> The existing timeout is 30ms which on 100MB/s (1Gbit) gives us >> 3MB/s rate maximum. If we put some load on the guest, it is easy to >> get page dirtying rate too big so live migration will never complete. >> In the case of libvirt that means that the guest will be stopped >> anyway after a timeout specified in the "virsh migrate" command and >> this normally generates even bigger delay. >> >> This changes max_downtime to 300ms which seems to be more >> reasonable value. >> >> Signed-off-by: Alexey Kardashevskiy > > Reviewed-by: Amit Shah Cool, thanks! But what is next? The patch is > 2 months old and it is simple and everything but it did not make it to any tree so far :) -- Alexey