You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow multiple separate Mountpoint clients in a joint network to use one joint cache (e.g. on a NAS within that network)
The existing caching capability of Mountpoint S3 allows for one Mountpoint client running on one machine to avoid repeated downloads of the same data by locally caching it.
If multiple machines in a (local) network need to access the same kind of data repeatedly there should be a way for each of these machines to each run a Mountpoint client that uses the same (single) cache location - e.g. a local NAS, such that an object downloaded and cached by one machine is locally (cached) available to all other machines immediately and does not need to be downloaded from S3 by each Mountpoint client of each individual machine again.
To support this, please disable the default behavior of wiping the cache on Mountpoint mount and unmount and make sure all clients are aware of the joint state of the cache at any time (files cached, total size of cached data, ...)