cornerfix

Results 7 comments of cornerfix

I did further investigation and was able to triage the bug better. Here is more easily reproducible and more informative test. Lets increase dcache_stat_timeout, because it masks the bug. Corruption...

> `node->cache_valid = 0` is set in `open_auto_cache() -> update_stat() `. You mean that checking for mtime is not sufficient? I can try to reproduce your issue, but I don't...

Thank you for taking the time to elaborate on this issue so thoroughly. I am confused, though : setting the dcache_stat_timeout to 0 succesfully prevents the issue (i.e. when stat...

What do you mean they are not libfuse options? According to "man mount.fuse3" ac_attr_timeout (and autocache=on) are libfuse options Looking at the sources - variables holding their values are defined...

Yes, thank you, I now see what you mean. So then - what would be the best solution in order for libfuse to be able to: - have reasonable attr...

I did further investigation and was able to triage the bug better. Here is more easily reproducible and more informative test. Lets increase dcache_stat_timeout, because it masks the bug. Corruption...

I was preparing to test with rclone, but then stumbled upon this text in their docs: --------------------------------------------- Attribute caching You can use the flag --attr-timeout to set the time the...