filestash
filestash copied to clipboard
[bug] After files appears to have uploaded, receive an error 'can't use filesystem' and file disapears.
After uploading a file, and after it appears to have uploaded, after 99%, I receive an error 'can't use filesystem' and file disapears.
The only relevant thing I can see in the docker logs is:
2024/05/29 11:28:15 HTTP 503 POST 299.4ms /api/files/cat?path=%2Fbigfile.zip
Step by step instructions to reproduce the bug
Use the latest docker image at the time of posting this issue one that was published about 3 hours prior, use on an alpinehost with a ZFS filesystem, and try to upload a file > 2GB.
Can you replicate that error from the demo?
No, it appears to be an issue with something local on my end.
I am using the standard docker container with no modifications. The docker container is running on an Alpine host with a ZFS filesystem. Filesystem is 2 terabytes and RAM is 8GB. Space or memory should not be an issue.
Observed behavior
After file uploads, receive an error 'can't use filesystem'.
Expected behavior
File should upload and display in webui without issue.