3

I have a load balancer and several servers behind it. I'm looking for a multi master file replication tool that would allow me to write on any of the machines and replicate the content on all the others, on an event-basis, in a very small timeframe (5 sec).

A single NFS volume mounted on all servers will not suffice, because it becomes a single point of failure.

I'm running CentOS on the servers, the load balancer has proprietary software.

evilpenguin
  • 781
  • 3
  • 9
  • 16

2 Answers2

3

I use DRDB with OCFS2 as my filesystem.. works great.

The mistake a lot of people make with drdb is they use a non-clustered filesystem. Oracle packages ocfs2 for redhat/centos for all the kernels for v5

Mike
  • 22,310
  • 7
  • 56
  • 79
0

Have you thought about block-level replication with DRDB?

Janne Pikkarainen
  • 31,852
  • 4
  • 58
  • 81