Google-drive-ocamlfuse: Caching is not working properly

Created on 26 May 2017  路  2Comments  路  Source: astrada/google-drive-ocamlfuse

Specifically while a file is still in cache and uploading, any file read operations are not pointing to the cache but to what looks like a 0 byte stub file.
This breaks functionality of every backup software that is trying to perform any kind of "file written" verification after it finishes writing.
Disabling async upload is a workaround that works but
a) It slows the filesystem to a crawl
b) Does not help when there's additional caching or asynchronous transfers from elsewhere (eg samba aio).

Please see here for complete information on my investigation and perhaps you can shed some more light on what is going on: https://github.com/rfjakob/gocryptfs/issues/112

bug

Most helpful comment

Should be fixed in version 0.6.21 (beta channel).

All 2 comments

Should be fixed in version 0.6.21 (beta channel).

Confirmed. Behavior on 0.6.21 looks normal now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mouzzampk2014 picture mouzzampk2014  路  4Comments

smartm0use picture smartm0use  路  4Comments

OneCDOnly picture OneCDOnly  路  7Comments

xxx31fr picture xxx31fr  路  3Comments

kellnerp picture kellnerp  路  7Comments