From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: qcow2 slowdown in kvm-78,79 Date: Wed, 19 Nov 2008 12:26:41 -0600 Message-ID: <49245A61.9050504@codemonkey.ws> References: <1227019192.22098.4.camel@henrik-desktop> <20081119182317.GA31893@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Henrik Holst , kvm@vger.kernel.org To: Ryan Harper Return-path: Received: from ug-out-1314.google.com ([66.249.92.169]:61652 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753287AbYKSS0w (ORCPT ); Wed, 19 Nov 2008 13:26:52 -0500 Received: by ug-out-1314.google.com with SMTP id 39so50237ugf.37 for ; Wed, 19 Nov 2008 10:26:50 -0800 (PST) In-Reply-To: <20081119182317.GA31893@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Ryan Harper wrote: > * Henrik Holst [2008-11-18 08:42]: > >> The bundled qemu in kvm-78 and kvm-79 slows down disk i/o with qcow2 >> images by an order of 10. If one got 60MB/s before, one gets around >> 6MB/s with 78 and 79 (measured with dd) >> > > dd command? > > what's your -drive parameters look like, specifically, what if type? > ide, scsi, virtio? > This is probably the change to cache=writethrough. I bet if you set cache=writeback then you'll see this go away. qcow needs some love. Regards, Anthony Liguori