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

[Xen-users] software raid (mdadm) with a local partition and a nbd devic

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] software raid (mdadm) with a local partition and a nbd device.
From: "Tomoki Taniguchi" <tomoki.taniguchi@xxxxxxxxx>
Date: Tue, 13 Nov 2007 15:46:49 +0900
Delivery-date: Mon, 12 Nov 2007 22:53:42 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lcad0FYJ5obWDlhRE5UO1pp1I6P+Fm7+pCqL1HrNe38=; b=gWmrEW3e+DfgacEtK10c3OB4yWxKmZP2RG6TuHvw1dLQ5U59OE9fTSN/OUn3AIpEVyvMmh3qfRzTWiYmeINeKvb0Pa9KlGHz1t+HEh7OwV4XLIbMLgZyYXmjIlaQy5rjNPKYttspAjsvHjiVl9TZEt/bpO8LlGA8tfDtOEL/bZg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Jq2D7GFGDt1x/TysgovjXjXShldbvXiSJeXZkrakjCbPydjc0QX50J7xt8DbwetSr1yESLiVMcLJsUsu9VoLjtDm2s3t5e/cS7dGAaoAE4S85OY3OT5Ot69UoZUmNJznoWURsnodkY9Mv+c3apxxITKxYiD+YGcUIMWk7U3m+EQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I have a Fileserver serving out LVM partitions as domU disks
using nbd. but since the file server is not redundant, I still
have a single point of failure.  So if my Fileserver crashes,
all my domUs on various dom0s will crash all at once.

I want to avoid this situation.  I am thinking maybe I could
alleviate this problem by setting up the nbd device with a local LVM
lv partition
as a raid 1 device.  that way if the fileserver fails and the nbd
device becomes unavailable,
then the domUs will keep writing to the local LV partition until the
ndb device is back online
and caches up.

Is this possible?

in the case this dom0 fails, start the domU on another dom0 and have
the raid 1 catch up
on that machine using the nbd device ?

TIA,
Tomoki

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

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