Possible Storage Error using SMB network share as data store
Hi all,
I am using Immich Go to upload all my google photos
There has been a few times that the application closed due to server errors
My server is an ubuntu sever VM and immich is running in a docker compose setup as recommended
At the end of each immich go log on the faulty ones there is a large list of the following: (Trimmed to reduce personal data going out)
2025-09-30 16:49:36 ERR io: read/write on closed pipe
AssetUpload, POST, http://10.0.0.11:2283/api/assets
The important part is that the mount location is actuall an SMB share from my host machine (Windows 11)
All file permissions are allowed
Storage, ram, cpu etc is reasonably quick
I am suspecting it is something like too much communication over SMB is happening however I am too amateur to know how to debug this further
env and docker file attached
I am using Immich Go to upload all my google photos
There has been a few times that the application closed due to server errors
My server is an ubuntu sever VM and immich is running in a docker compose setup as recommended
At the end of each immich go log on the faulty ones there is a large list of the following: (Trimmed to reduce personal data going out)
2025-09-30 16:49:36 ERR io: read/write on closed pipe
AssetUpload, POST, http://10.0.0.11:2283/api/assets
The important part is that the mount location is actuall an SMB share from my host machine (Windows 11)
All file permissions are allowed
Storage, ram, cpu etc is reasonably quick
I am suspecting it is something like too much communication over SMB is happening however I am too amateur to know how to debug this further
env and docker file attached
env_file.txt1006B
docker_compose_file.txt3.23KB