From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhz91-000345-T4 for qemu-devel@nongnu.org; Tue, 24 Jul 2018 11:22:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhz90-0008Mw-V7 for qemu-devel@nongnu.org; Tue, 24 Jul 2018 11:22:35 -0400 References: <20180724121753.5753-1-lbloch@janustech.com> <20180724121753.5753-3-lbloch@janustech.com> From: Eric Blake Message-ID: Date: Tue, 24 Jul 2018 10:22:27 -0500 MIME-Version: 1.0 In-Reply-To: <20180724121753.5753-3-lbloch@janustech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4 for-3.0] docs: Fix an inaccuracy due to recent changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Bloch , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Max Reitz On 07/24/2018 07:17 AM, Leonid Bloch wrote: > Signed-off-by: Leonid Bloch > --- > docs/qcow2-cache.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Updating the subject line, since this doc fix is appropriate for 3.0, if it is correct. > > diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt > index 8a09a5cc5f..a0a1267482 100644 > --- a/docs/qcow2-cache.txt > +++ b/docs/qcow2-cache.txt > @@ -97,9 +97,9 @@ need: > l2_cache_size = disk_size_GB * 131072 > refcount_cache_size = disk_size_GB * 32768 > > -QEMU has a default L2 cache of 1MB (1048576 bytes) and a refcount > -cache of 256KB (262144 bytes), so using the formulas we've just seen > -we have > +QEMU has a default L2 cache of 1MB (1048576 bytes) or 8 clusters (whichever > +is larger) and a refcount cache of 256KB (262144 bytes), so using the > +formulas we've just seen we have (assuming the L2 cache is 1MB): > > 1048576 / 131072 = 8 GB of virtual disk covered by that cache > 262144 / 32768 = 8 GB > -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org