On Wed, Apr 05, 2017 at 04:21:08PM +0200, Yury Tsaregorodtsev wrote: > Hello, > can anyone tell me how to cache writes/updates operations if client lost > connection (or connection is poor and slow) ? > I have 6 hosts which need to use same files across them, hosts connected by > LTE internet, all reads/writes should be close to realtime operations. > There is no huge read/writes (around few MB/hour only).
Sadly, I think there is some substantial engineering effort needed in order to modify openafs into something that can fulfil these requirements. There was some experimental work on a "disconnected mode" several years ago, but it needs more work and has not necessarily kept up with other changes elsewhere. Multiple parallel writes may also cause poor performance, depending on the details. -Ben _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
