Append to file broken #72
Comments
|
Try disabling writeback_cache with |
|
Thank you. That helps |
|
Thanks for the report! I will look into it ASAP. |
|
A very similar problem with append operations is actually present in the |
Writeback cache seems to cause dataloss in some situations. We need to investigate this first. See #72.
|
Alright, so the problem is that SSHFS opens the file write-only, but writeback cache requires the ability to read the file. Opening read-write fixes the problem. But the important question is: why aren't we getting an error from the remote server when trying to read from a write-only file? This is what's responsible for getting silent data corruptions instead of an error on the second write. |
|
Reported the issue to the openssh folks. Should soon show up on https://marc.info/?l=openssh-unix-dev&r=1&b=201708&w=2. |
I can not append to files any more. In the mounted directory:
Same happens using other programs than the shell
System is arch-linux with newest updates.
The text was updated successfully, but these errors were encountered: