From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 8 09:56:11 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0146106566B for ; Tue, 8 Feb 2011 09:56:11 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id A2B4A8FC0C for ; Tue, 8 Feb 2011 09:56:11 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1Pmjc7-000I2Z-Qe; Tue, 08 Feb 2011 11:11:59 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Adam Vande More In-reply-to: References: Comments: In-reply-to Adam Vande More message dated "Mon, 07 Feb 2011 14:19:05 -0600." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 08 Feb 2011 11:11:59 +0200 From: Daniel Braniss Message-ID: Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox native iscsi initiator performance is bad X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 09:56:12 -0000 > Using the native Vbox iscsi initiator for very simple tests I'm getting > slightly less than 20 MB/s write speed and VM takes a long time to boot > because of DMA LBA errors are being reported on the iscsi/sata disk. > > If I mount the iscsi on the host, I get close to 50 MB/s and then if I map > that to a Virtualbox raw disk, and stick in a VM I get around 42 MB/s write > speed. I haven't done any tuning on iscsi target so perhaps that could > improve things, but I'm concerned about the huge drop off in performance and > reliability issues with the Vbox native version. Does anyone have insight > into this? > > virtualbox-ose-3.2.12 > istgt-20110103 > > These are both recent 8-STABLE versions of Virtualbox. have you measured the tcp/ip performance of the virtual box? last time I checked it was not that good, remeber that iscsi is TCP based. danny