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] Xen - LVM and RAID

To: Thomas Bellembois <thomas.bellembois@xxxxxxxxx>
Subject: Re: [Xen-users] Xen - LVM and RAID
From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
Date: Fri, 08 Feb 2008 22:53:11 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 08 Feb 2008 14:49:25 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=Hj0usS0kOLhaT5Y+xyKjfbylkbxcNMvTAoJJgGwlzL8=; b=tiM71a5ePB9JXqKskLRagT8JDvKt5eSmNqBRNbryhI/NuyHl67JRhZMktnPcwlUNCQZmJJatudNvO60UDWaOuSbdSvTHYn3mB0wXnfVYQ0Sb2RBAArzUI9/3i+3/oxSb+KiUGpCc0Eve7kht/x+23tGI5DdZ5vmzhlrigRjLjis=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=vD2PTS7UMVeh1ky+S8/0Fr04ih2GydMO6t2pWotQq7aZbS52NZ04i0QiVJMXTMOuiy8rTELczz+tTMzm7euZKVXEqZ7VMVoKwstUTi0NCitvtlcP0k7/3lrWuYFvfr0ZORdJx3r02fgm1grxV2mRI8GmneTIm+zpKEK8ecIc5Y4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47AC34E7.1040608@xxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <47AC34E7.1040608@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
Thomas Bellembois wrote:
Hello,

I wonder if we can use RAID (hard) under LVM for Xen domU.
What kind of RAID is recommanded ?

I was thinking about the following configuration:
- RAID 1 (two 70 GB disks) for the dom0
- RAID 5 (three 285 GB disks) for domU on LVM partitions

Any idea ?

Regards,

Thomas
Yes. *NEVER* do RAID *inside* a DomU. Every cycle in DomU for disk management has to be filtered down to the hypervisor anyway, and software RAID is thus a complete waste in DomU. Leave the disk management to the Dom0, because all you're doing is adding a layer of complexity to the DomU interactions with hardware that buy you *nothing* unless your software itself is capable of corrupting the internal filesystem and you want to poke around with it. But usually there's no point.

Now, if you mean setting up 3 disks on Dom0 using RAID5, great. Better yet, use a cheap hardware controller and keep the RAID processing off of Dom0, too.

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

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