Problem
When opening a file with O_APPEND, writes are not able to be appended to the file and
Expected behavior
Data should be able to be appended to files.
How to reproduce
Run the following command in a cloudfuse mounted directory with a file test.txt already existing. echo "Appending text" >> ./test.txt. This will then give the error bash: echo: write error: Input/output error
Logs
No response
Deployment information
Latest cloudfuse version 1.7.1 using file_cache config.
Additional information
No response
Problem
When opening a file with O_APPEND, writes are not able to be appended to the file and
Expected behavior
Data should be able to be appended to files.
How to reproduce
Run the following command in a cloudfuse mounted directory with a file test.txt already existing.
echo "Appending text" >> ./test.txt. This will then give the errorbash: echo: write error: Input/output errorLogs
No response
Deployment information
Latest cloudfuse version 1.7.1 using file_cache config.
Additional information
No response