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 NFS Perofrmance on Dom0 Storage to native DomU

To: peter.chiu@xxxxxxxxxx
Subject: Re: [Xen-users] Poor NFS Perofrmance on Dom0 Storage to native DomU
From: Ciprian Dorin Craciun <ciprian.craciun@xxxxxxxxx>
Date: Sat, 7 May 2011 19:35:57 +0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 07 May 2011 09:37:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9/rmhsMSaHQtWyQda/ipTtXhvmW03WFSvCv7s9Mr9kI=; b=btn2MMOpKYyJh6WBKtTM22cclbfHdm06rsu6CAlnsfeXCPvZqV7yyWZ/TQnMpUtZY6 RaLfn1IwSFGqSg/CDbID60cDN/ybUKOEhu9X6F2I/EfvzYul0xoZQLequmsYkCZ7IjeZ 91scgrLutOCX9WSzh5FXSUxwHZZav41u+84dM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IH3wK88z82GeQuWQJ/VyaCtm3jNjz/FpnThKuY8E1astazBQh/orO68FgV7TnAyBZ7 PzUT1DSdSe5f4ZQgjjSQokyqajvAVCIxsGbJTzislp9vXZ9f0eDBtipwCoMuC2hSASaZ KkvPuv0zyeXMcQcMCTOgNzaJwHW5fwZjpW5gU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <66003242A2AC054AADD7CB1340DAE3EE1E3065@xxxxxxxxxxxxxxxxxxxxxxxxx>
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: <7e4-4db85b80-57-2c14b880@153791822> <20498A4218844C2B937F1AB62F022153@maindesk> <66003242A2AC054AADD7CB1340DAE3EE1E3065@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, Apr 28, 2011 at 21:33,  <peter.chiu@xxxxxxxxxx> wrote:
> I set up Dom0 and a couple of DomU all with Suse Enterprise 11 SP1 on a DELL 
> PowerEdge R710.
>
> I then NFS export a SATA 2TB disk on Dom0 to the 2 DomU guests.
>
> >From the 2 DomU guests, I can only get about 2MBytes/s using dd tests (with 
> >dd if=/dev/zero bs=1M count=1000).
>
>
> I doubt the problem is on NFS, because I set up similar Dom0 and DomU on two 
> other DECLL PowerEdge R710s.
>
> >From these DomUs, I can get about 90MB/s on the same NFS mounted storage.
>
>
> So the problem seems to be relating how the Dom0 communicates with its native 
> DomU guests.
>
> I check this using iperf, but found their speeds are in multiple of Gbits/s 
> in both directions -
> the Dom0 has a 10G dual port Ethernet card.  Iperf also give similar figures 
> with DomUs from other physical servers.
>
> I checked through the Suse Enterprise doc on virtualisation, but cannot find 
> any clue to explain why that is the case.
>
> Does anyone has any idea why?
>
> Thanks.
> Peter


    I suspect I've hit the same problem some time ago with a Gentoo
based dom0 and domu (Xen 3.4.x i think).

    But in my case the problem was even worst as the domu froze.
Initially I've used NFS over TCP, and when I've switched to UDP and at
least it didn't freeze. But the write performance is still impacted.
(I've not investigated any further as I'm using the NFS for sharing
the Gentoo portage directory, which is now read-only on the domu).

    Please tell me if you've found the problem / solution.

    Ciprian.

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Poor NFS Perofrmance on Dom0 Storage to native DomU, Ciprian Dorin Craciun <=