From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYHGE-0001ee-DI for qemu-devel@nongnu.org; Wed, 18 Mar 2015 12:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYHGD-0003Qz-Dc for qemu-devel@nongnu.org; Wed, 18 Mar 2015 12:56:02 -0400 Date: Wed, 18 Mar 2015 16:55:49 +0000 From: "Dr. David Alan Gilbert" Message-ID: <20150318165549.GI2355@work-vm> References: <1426582438-9698-1-git-send-email-liang.z.li@intel.com> <87wq2fkelb.fsf@neno.neno> <20150318111709.GB4576@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] migration: flush the bdrv before stopping VM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Li, Liang Z" Cc: Kevin Wolf , "qemu-block@nongnu.org" , "quintela@redhat.com" , "qemu-devel@nongnu.org" , "Zhang, Yang Z" , "amit.shah@redhat.com" * Li, Liang Z (liang.z.li@intel.com) wrote: > > > > First explanation, why I think this don't fix the full problem. > > > > Whith this patch, we fix the problem where we have a dirty block > > > > layer but basically nothing dirtying the memory on the guest (we are > > > > moving the 20 seconds from max_downtime for the blocklayer flush), > > > > to 20 seconds until we have decided that the amount of dirty memory > > > > is small enough to be transferred during max_downtime. But it is > > > > still going to take 20 seconds to flush the block layer, and during > > > > that 20 seconds, the amount of memory that can be dirty is HUGE. > > > > > > It's true. > > > > What kind of cache is it actually that takes 20s to flush here? > > > > I run a script in the guest which do a dd operation, like this: > > #!/bin/sh > for i in {1..1000000} > do > time dd if=/dev/zero of=/time.bdf bs=4k count=200000 > rm /time.bdf > done > > It's an extreme case. With what qemu options for the device, and what was your device backed by? Dave -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK