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] Re: Re: Redundant server setup

To: "Christopher G. Stach II" <cgs@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Re: Redundant server setup
From: "Paul M." <paul@xxxxxxxxxx>
Date: Tue, 23 May 2006 14:16:45 -0400
Cc: Matthew Wild <M.Wild@xxxxxxxx>, Per Andreas Buer <per.buer@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 23 May 2006 11:17:22 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FTzYcnHw/RkgVit0BZviqdTtvLGMjcRhcBPgKva1vdIshwuiKW4AWvVKUgmF1vS9VxhGCIL9NxIeXwbHRNBsWXqE0zNVEQKLDl3hJ5RKmB2d2P+F5qHi2qsfAekGSwGvuL2jf/3l08D3o5dJKSx8xPPSLiY1nK3npYTjGW2bExM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <447345DD.6030500@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: <20060511211348.GB14781@xxxxxxxxxxxx> <200605120938.10339.M.Wild@xxxxxxxx> <20060512120301.GB3130@xxxxxxxxxxx> <200605121431.35988.M.Wild@xxxxxxxx> <C3DBD9A5-0850-495D-B18E-95BFFF766E21@xxxxxxxxx> <dd43dcfb0605230921t6346ac1h416399985be6c3f3@xxxxxxxxxxxxxx> <447345DD.6030500@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 5/23/06, Christopher G. Stach II <cgs@xxxxxxxxx> wrote:
Paul M. wrote:
> If you have a few machines to devote to file storage than a cluster
> file system is the best way to go. Having dom0 on each of the machines
> provide a CFS<-->NFS bridge for the domUs and a Nagios server running
> to monitor services/domU's and restart on other machines if needed
> would provide a system with the network being the only single point of
> failure. And that could be taken care of too....
> -Paul

I would only recommend involving NFS for those users who have been
delegated the responsibility of throwing performance into the toilet.
There's no need to involve an extra lock manager and incur extra
communications overhead, and more processing for dom0.  It could even be
dangerous.

 The NFS would be extra overhead but it would allow the DFS to work
on a per file basis instead of with an image of the hard disk.
Performance and irreparable corruption are possible problems with the
disk image.
 Some DFSs might have problems dealing with the frequent, minor
changes to disk image. There may also be problems if the disk image is
larger than the local cache. Much of this would depend on which DFS
you went with.
 With the DFS working on a per-file basis corruption would be limited
to application level corruption of a few files. With a disk image
related writes (ex updating an inode and adding some data) may not get
placed in the same transaction (assuming your DFS worked like this).
Thus the chance of data loss or total failure is higher than if
working on a per file basis.
 Of course if there is a way to use a local directory as a domU root
then you can avoid the problem completely.
-Paul

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