From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdkj2-0006lg-3r for qemu-devel@nongnu.org; Sun, 10 Jun 2012 12:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sdkiz-0000ru-NT for qemu-devel@nongnu.org; Sun, 10 Jun 2012 12:10:47 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:56420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sdkiz-0000rp-FI for qemu-devel@nongnu.org; Sun, 10 Jun 2012 12:10:45 -0400 Received: by werf3 with SMTP id f3so1850274wer.4 for ; Sun, 10 Jun 2012 09:10:43 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FD4C6FE.8010501@redhat.com> Date: Sun, 10 Jun 2012 18:10:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FD0B759.8030002@redhat.com> <4FD1FBF1.10305@redhat.com> <4FD20D11.1080603@redhat.com> <4FD22422.1080301@redhat.com> <4FD23A73.8080502@redhat.com> <4FD23D0D.6040602@redhat.com> In-Reply-To: <4FD23D0D.6040602@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] CoW image commit+shrink(= make_empty) support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Stefan Hajnoczi , jcody@redhat.com, Zhi Hui Li , Taisuke Yamada , qemu-devel@nongnu.org Il 08/06/2012 19:57, Kevin Wolf ha scritto: >> > >> > I agree, doing it like mirroring for new writes on the top layer makes >> > sense, as long as you are willing to violate the (optional) speed >> > parameter. I wouldn't think violating the speed parameter in that case >> > would be an issue, as long as it is a documented affect of performing a >> > live commit on the active (top) layer. > The question is what the speed parameter really means for a live commit > block job (or for an active mirror). I think it would make sense to > limit only the speed of I/O that doesn't come from the guest but is from > the background copying. Not necessarily, you can throttle the copying speed. If the I/O from the guest has bursts, you will pick up the work later when the rate calms down. Paolo