From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEEz9-0004zk-Rp for qemu-devel@nongnu.org; Fri, 26 May 2017 09:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEEz6-0005GL-MT for qemu-devel@nongnu.org; Fri, 26 May 2017 09:08:55 -0400 From: Alberto Garcia In-Reply-To: References: <142326a3-eaa4-8333-9580-ae0063f8a876@redhat.com> <0e3fc298-d47b-4066-c8c8-02f620c50b89@virtuozzo.com> <20170526101727.GF7211@noname.str.redhat.com> Date: Fri, 26 May 2017 15:08:43 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 0/7] qcow2: Reduce the number of I/O ops when doing COW List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Nefedov , Kevin Wolf Cc: Eric Blake , qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Stefan Hajnoczi , "Denis V . Lunev" On Fri 26 May 2017 02:47:55 PM CEST, Anton Nefedov wrote: > Tried the another machine; about 10% improvement here [...] > [root@localhost ~]# fio --name=randwrite --blocksize=4k > --filename=/dev/sdb --rw=randwrite --direct=1 --ioengine=libaio > --size=2g --io_size=32m In my tests I sometimes detected slight performance decreases in that HDD scenario but using 'write' instead of 'randwrite' (and --runtime=60 instead of --io_size). Can you try and see how that works for you? Berto