Clustering filesystem for small files
- by viraptor
Hi, I'm looking for a distributed filesystem which I could use for storing lots of small files (<1MB usually). What I want to get is:
2 servers which have the fs mounted themselves and mirror the data
locking support (among reachable nodes)
some kind of best-effort automatic resynchronisation after one node goes down and comes back again
…