From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzUrg-0006PS-Ol for qemu-devel@nongnu.org; Thu, 09 Aug 2012 11:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzUrf-00040I-A9 for qemu-devel@nongnu.org; Thu, 09 Aug 2012 11:41:36 -0400 Received: from mail.profihost.ag ([85.158.179.208]:44241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzUre-0003yA-Oa for qemu-devel@nongnu.org; Thu, 09 Aug 2012 11:41:35 -0400 Message-ID: <5023DA2B.9020501@profihost.ag> Date: Thu, 09 Aug 2012 17:41:31 +0200 From: Stefan Priebe - Profihost AG MIME-Version: 1.0 References: <502283FA.2080506@profihost.ag> <5022912B.2000607@redhat.com> <50235527.4090804@profihost.ag> <50236059.7060801@redhat.com> <4A799203-5BFF-4DE9-9B85-459096EBEC22@profihost.ag> <50236484.2090702@redhat.com> <502369C7.7000300@profihost.ag> <50238E2A.1050203@profihost.ag> <5023A83D.9070509@profihost.ag> <5023AAB8.1090703@redhat.com> <5023AD9F.1070207@profihost.ag> <5023B0C7.9050807@redhat.com> In-Reply-To: <5023B0C7.9050807@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-scsi vs. virtio-blk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Stefan Hajnoczi , qemu-devel OK VMs do work fine now. Sorry for missing the patch after switching to qemu-kvm. Am 09.08.2012 14:44, schrieb Paolo Bonzini: > Ok, try deadline in the guest then. Using noop amplifies bad > performance, because you lose request merging. With no host scheduler, > as is the case with libiscsi, noop is rarely a good idea. Tests with cache=none and deadline: virtio-scsi: write: io=8267MB, bw=94023KB/s, iops=23505, runt= 90032msec read : io=14576MB, bw=165783KB/s, iops=41445, runt= 90035msec write: io=21312MB, bw=240782KB/s, iops=58, runt= 90636msec read : io=48072MB, bw=544882KB/s, iops=133, runt= 90342msec virtio-blk: write: io=9210MB, bw=104710KB/s, iops=26177, runt= 90070msec read : io=18804MB, bw=213929KB/s, iops=53482, runt= 90006msec write: io=29080MB, bw=329478KB/s, iops=80, runt= 90379msec read : io=26328MB, bw=298159KB/s, iops=72, runt= 90421msec So this looks OK to me. Do you agree? So with virtio-scsi discard should work? Greets and many thanks Stefan