geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

Cache synchronisation issue

Open socketpair opened this issue 1 year ago • 0 comments

I mount the same S3 bucket on more than 1 node. So I have issue with "sticky" cache.

If I change something through Geesefs on one node (and sync()), other nodes may not see the changes if the same files were accessed recently on them.

I need some way to reset (or sync) the cache.

Is it possible to sync the cache somehow without re-mounting ?

socketpair avatar Apr 08 '23 17:04 socketpair