- It should be high performance;
- It should have some mechanisms to replicate to another storage;
- It should be scalable both in terms of performance and available space.
I came up quite quickly with a solution: a cluster of fileservers, replicating block devices and presenting to Samba a clustered filesystem. That way, I can have two nodes writing to their respective devices at the same time, and have both changes immediately available to the other nodes.
On Linux systems, DRBD is the de facto block device replication solution, and GFS2 is a well supported clustered filesystem, OCFS being another one.
No comments:
Post a Comment