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] Which distributed file system for xen hosts/guests?

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re:[Xen-users] Which distributed file system for xen hosts/guests?
From: "John Fairbairn" <webmaster@xxxxxxxxxxxx>
Date: Fri, 22 Jul 2005 17:54:27 -0500 (CDT)
Delivery-date: Fri, 22 Jul 2005 22:53:09 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
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
User-agent: SquirrelMail/1.4.5
Ive been using eNBD with raid1 over tcp/ip and COW. I think this would be
a viable solution for you since its fast, has raid, is COW, automatically
embeds a code into the client kernels for antispoofing with no extra work,
and is a block device(so clients dont see where it comes from). The High
availability 'virtual' web cluster I've built is IP_VS(ipvsadm),
heartbeat, and eNBD. It's been working well thus far. I guess the nicest
thing about the system I set up is that I used things that are already
available in the 2.6.x kernels with no patching. You may have to recompile
you dom0 and domU for some of the features(enabling NBD, IP_VS, and COW)
but thats still far easier than trying to mix xen patches and other
patches IMO. Here's a link to eNBD if you feel like checking it out
http://www.it.uc3m.es/~ptb/nbd/ and heres IP_VS(ipvsadm)
http://www.linuxvirtualserver.org/software/ipvs.html and heartbeat
http://www.linux-ha.org/HeartbeatProgram

Hope this Helps ya some.

John Fairbairn


> Maybe this is the wrong place to ask, but since it is related to the
> overall multi-machine architecture, here goes:
>
> What would you folks look at as far as a distributed file systems for
> various physical/virtual Xen machines? Requirements are:
>
> 1. fault tolerant
> 2. relatively speedy
> 3. actively supported/used
> 4. production stability
> 5. ability to add/remove/resize storage online
> 6. clients are unaware of physical file location(s)
> 7. Local client caching for speed over slower network links
> 8. I suppose the file system would sit on something like raid 5 for
> physical protection.
> 9. At a high-level, I'd like to be able to dedicate individual "private"
> file systems to machines as well as have various "public" filesystems, all
> with the same name space.
> 10. Oh yeah -- secure
>
> I've looked at:
>
> 1. GFS -- I want something a bit more
> 2. AFS -- looks great, but it appears to support files up to 2GB? Not big
> enough. Active community though and was/is a commercial product.
> 3. NFS -- please
> 4. Lustre -- looks promising but complex and not completely open source.
> 5. OCFS2 -- Oracle site says beta code, not production ready. Maybe soon?
> 6. Intermezzo -- doesn't look like an active project any more
> 7. Coda -- same
>
> Anything I'm missing? Too much fun...
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>


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

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