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] easy high availability storage

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] easy high availability storage
From: Nathan Eisenberg <nathan@xxxxxxxxxxxxxxxx>
Date: Fri, 27 Nov 2009 18:51:04 -0800
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Fri, 27 Nov 2009 18:52:05 -0800
Dkim-signature: v=1; a=rsa-sha1; c=simple; d=atlasnetworks.us; s=key2; l=1063; t=1259376683; x=1259981483; q=dns/txt; h=DomainKey-Signature: Received:Received:From:To:Date:Subject:Thread-Topic:Thread-Index: Message-ID:References:In-Reply-To:Accept-Language: Content-Language:acceptlanguage:Content-Type: Content-Transfer-Encoding:MIME-Version; bh=32n2g9z0FaWMU5HoiQEo8 aZMTnk=; b=Q4wjTh/zv/n8oRptFTWY1nPgsH5abe1ospOuNimMeWDnbqZ5zplJ2 iNkK3oYcWMmJDrKCaUEFCjzL3d5zPYoNsWWatwi2PF5WvBAzmQY/yfMG6lET6gkd VosbWiAX5tUQvd3u1XrT7PT7jUt4xhQ/hy++vXTGd40FcmdBV6c0RU=
Domainkey-signature: a=rsa-sha1; s=key2; d=atlasnetworks.us; c=nofws; q=dns; h=from:message-id; b=eqYBZGeXcRMCO1DgVzkCfDDrABNeMWRZr5s8yI2Tt704ax/gTvNmv67o7Egy IX/9wX+nvY/0YWPHTA+V5vCjElAeH/5qq3FVkJmxaA/CN66G4GvpDNVE7 tfr0RpfxnCBuctYW/I3UtKRqlL+1wbQDGvxGSUMHf03MqplwtBfuMM=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0911270312g3d659215uec7444654755565b@xxxxxxxxxxxxxx>
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: <4B0E3C770200009900076999@xxxxxxxxxxxxxxxxxxxxx> <op.u30d1yc3cwzw3p@xxxxxxxxxxxxxxxxx> <7207d96f0911270312g3d659215uec7444654755565b@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcpvUpQF05KeRzUiQKm8Jym8O9HT/QAdwjAg
Thread-topic: [Xen-users] easy high availability storage
> If double write is what you need, my first suggestion already does
> that:
> - san exports its storage as iscsi
> - server/PC imports iscsi share from both san
> - setup raid1 on server using those two iscsi imports
> 
> no need to modify xen code as linux md can already do it.
> 
> --
> Fajar

The problem I've encountered with doing HA storage in the domU is that you are 
now doubling the required throughput of the dom0's iSCSI interface, which is 
already easy to bottleneck if it's only GigE.  125MB/s may seem like a lot of 
throughput, but if you start by cutting that in half for RAID traffic, and then 
share that remaining bandwidth across 5 domU's, you're going to fill it up 
pretty quick.

The other problem is that if you ever take a node down, and you have 5 domUs 
configured in this way, when that node comes back up, all of your domUs will 
attempt to resync the mirror simultaneously.  I'd bet that this could actually 
lead to catastrophic kernel panics, as the domUs can become IO starved.

-Nathan


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