Distributed filesystem across a slow link
Posted
by
Jeff Ferland
on Server Fault
See other posts from Server Fault
or by Jeff Ferland
Published on 2012-04-02T19:50:11Z
Indexed on
2012/04/03
5:31 UTC
Read the original article
Hit count: 187
linux
|distributed-filesystems
I have an image in my head where a link is too slow to realize the real-time transfer of files, but fast enough to catch up every day. What I'd like to see is a master <-> master setup where when I write a file to Server A, the metadata will transfer to Server B immediately and the file will transfer at idle or immediately when Server B's client tries to read the file before Server A has sent it.
It seems that there are many filesystems which can perform well over fast links, but I don't know of any that do well with a big bottle neck and a few hours of latency.
© Server Fault or respective owner