From mboxrd@z Thu Jan 1 00:00:00 1970 From: Virtbie Subject: Re: Virtual drives performance Date: Wed, 07 Sep 2011 16:38:44 +0200 Message-ID: <4E6781F4.7060807@shiftmail.org> References: <4E669DD6.5010805@o2.pl> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: "'KVM-ML (kvm@vger.kernel.org)'" Return-path: Received: from blade3.isti.cnr.it ([194.119.192.19]:63816 "EHLO BLADE3.ISTI.CNR.IT" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757561Ab1IHAWZ (ORCPT ); Wed, 7 Sep 2011 20:22:25 -0400 Received: from [192.168.1.114] (firewall.itb.cnr.it [155.253.6.254]) by mx.isti.cnr.it (PMDF V6.5-x5 #31918) with ESMTPSA id <01O5S190HONYXFOSQQ@mx.isti.cnr.it> for kvm@vger.kernel.org; Wed, 07 Sep 2011 16:38:43 +0200 (MEST) In-reply-to: <4E669DD6.5010805@o2.pl> Sender: kvm-owner@vger.kernel.org List-ID: On 09/07/11 00:25, TooMeeK wrote: > > Next, I've tried following combinations with virt-manager 0.8.4 (from > XML of VM): > 1.on Debian VM with virtio drivers for both storage and NIC: > > > > partition type used in guest: EXT4 > result: poor performance, 9-10MB/s sequentional copy via SMB > 2.on Debian VM with virtio drivers: > > > > partition type used: EXT4 > result: poor performance, 10-15MB/s sequentional copy via SMB > 3.Direct attached partition to FreeBSD VM without virtio support > (e1000 NIC and SCSI disk): > Shouldn't have you used cache=none when using virtio? http://www.linux-kvm.org/page/Tuning_KVM how is that performance with cache none? Also note that when you don't specify it, I think the default is not none. Maybe it is writethrough, I don't remember.