How can I do a multiple datacenter failover / load balance and have a shared filesystem available in both locations?
July 25, 2007 3:41 PM
Subscribe
How can I do a multiple datacenter failover / load balance and have a shared filesystem available in both locations?
I need to setup my linux servers to access a shared filesystem from multiple datacenters and to have the data redundant should one of the datacenters go offline. Differing technologies seem to handle only half the problem. GFS or AFS will allow the filesystem to be distributed across the datacenters but doesn't provide data redundancy should a datacenter go offline... what does? What product or technology should I been looking at?
posted by dirtylittlemonkey to computers & internet (9 comments total)
1 user marked this as a favorite
Additionally, unless you're paying for some really fat pipes between the redundant data centers everything is going to be dog slow when any of the servers updates the shared storage. You can probably achieve what you're trying to do by strapping together multiple GFS clusters, but it's going to be an awful, headache inducing, sticky mess... one that you'll likely own forever or will be cursed for by your replacement's children's children.
A good place to ask this question if you're still not turned off from GFS is here.
In terms of what else I'd consider...
posted by togdon at 3:58 PM on July 25, 2007