From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv6ug-0004PN-Ub for qemu-devel@nongnu.org; Wed, 20 May 2015 12:32:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv6ug-0000iS-0O for qemu-devel@nongnu.org; Wed, 20 May 2015 12:32:10 -0400 Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:33668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv6uf-0000f1-K1 for qemu-devel@nongnu.org; Wed, 20 May 2015 12:32:09 -0400 Received: by lagr1 with SMTP id r1so81854044lag.0 for ; Wed, 20 May 2015 09:32:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150514153843.GH2576@work-vm> References: <1431076567-30371-1-git-send-email-wency@cn.fujitsu.com> <1431076567-30371-2-git-send-email-wency@cn.fujitsu.com> <20150514111937.GD2576@work-vm> <5554AA91.2000601@gmail.com> <20150514153843.GH2576@work-vm> From: Andrey Korolyov Date: Wed, 20 May 2015 19:31:47 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH COLO v4 01/15] docs: block replication's description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: Kevin Wolf , Fam Zheng , Wen Congyang , qemu block , Jiang Yunhong , Dong Eddie , qemu devel , Max Reitz , zhanghailiang , Gonglei , Stefan Hajnoczi , Paolo Bonzini , Yang Hongyang , Lai Jiangshan On Thu, May 14, 2015 at 6:38 PM, Dr. David Alan Gilbert wrote: > * Wen Congyang (ghostwcy@gmail.com) wrote: >> At 2015/5/14 19:19, Dr. David Alan Gilbert Wrote: >> >One thing I wanted to check I understand; how much RAM do the active and hidden >> >disks use; lets say during the 1st checkpoint 10MB of disk is written, >> >and during hte 2nd checkpoint a different 10MB of the disk is written >> >(to different locations on the disk); how big are the active and hidden >> >disks in RAM - are they 10MB or 20MB? >> >> 10MB, we will make active and hidden disks empty when doing checkpoint. > > Thanks, that's what I was hoping. > > Dave > >> >> Thanks >> Wen Congyang > -- > Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK > Hello Wen, others, are you planning to add raw support for a disk underlying below nbd-server (secondary copy in docs) anytime soon?