From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2d4E-0005gn-JK for qemu-devel@nongnu.org; Mon, 24 Apr 2017 08:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2d4D-0002Mp-TZ for qemu-devel@nongnu.org; Mon, 24 Apr 2017 08:26:10 -0400 MIME-Version: 1.0 In-Reply-To: <20170424121933.GH14416@lemon.lan> References: <1492050868-16200-1-git-send-email-lidongchen@tencent.com> <20170414060015.GA12191@lemon> <20170417034925.GC6717@lemon.lan> <20170424120906.GG14416@lemon.lan> <20170424121933.GH14416@lemon.lan> From: 858585 jemmy Date: Mon, 24 Apr 2017 20:26:06 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v6] migration/block: use blk_pwrite_zeroes for each zero cluster List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu block , Juan Quintela , qemu-devel , Dave Gilbert , Stefan Hajnoczi , Lidong Chen On Mon, Apr 24, 2017 at 8:19 PM, Fam Zheng wrote: > On Mon, 04/24 20:09, Fam Zheng wrote: >> It's a separate problem. > > To be specific: > > 1) there is an option "overlap-check" that one can use to > disable the costly metadata check; yes, i will disable metadata check, and test the performance again. > > 2) qcow2 with cluster_size = 512 is probably too uncommon to be optimized for. if culster_size is very small, should disable metadata check default? > > Both are irrelevant to why and how this patch can be improved, IMO. > > Fam