WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] poor I/O performance with PV drivers and I/O emu

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] poor I/O performance with PV drivers and I/O emu
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Wed, 15 Apr 2009 16:28:53 +0700
Delivery-date: Wed, 15 Apr 2009 02:29:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49E58E80.3090003@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <49E58E80.3090003@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Apr 15, 2009 at 2:36 PM, Riccardo Veraldi
<Riccardo.Veraldi@xxxxxxxxxxxx> wrote:
> I am using a physical partition and exporting the disk as a xvda disc on the
> domU.
> The domu can see the disk as a xvda.
> So I did a test with bonnie++ and I got the same poor results as I have with
> IOEMU.
> Am I missing something in the configuration or the performances are so poor
> also
> using PV drivers for disk IO ?? is this normal ?

Are you SURE domU actually USE xvda?
Last time I check, by default both ide driver (or whatever driver
handles the default IOEMU disk) and xen-vbd will detect the disk,
resulting it to be detected TWICE as hda AND xvda. If you use LVM on
domU, it uses the first device it sees (hda), which would explain the
bad performance.

You might want to try :
- assign new disk as xvdf
- partition and mount that disk on domU (without using LVM)
- run bonnie++ on that disk

If it gives good result, I can tell you later how to make ide driver
ignore the disk. If it still gives bad result, my guess is something
else is wrong with your setup.

Regards,

Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>