#Storage spaces available is based on current disk instead of upload location space from NAS
1 messages · Page 1 of 1 (latest)
:wave: Hey @solemn oriole,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :ballot_box_with_check: I have read applicable release notes.
- :ballot_box_with_check: I have reviewed the FAQs for known issues.
- :ballot_box_with_check: I have reviewed Github for known issues.
- :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
- :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
it will very quickly report I don't have space even though there's space on the NAS disk
something I realized and to confirm:
- container is running within the VM, with db and everything inside the VM
- only upload location is pointing to the externally mounted disk
alpine:~# df -h
Filesystem Size Used Available Use% Mounted on
devtmpfs 10.0M 0 10.0M 0% /dev
shm 1.9G 0 1.9G 0% /dev/shm
/dev/sda3 19.2G 5.6G 12.7G 31% /
tmpfs 784.6M 444.0K 784.2M 0% /run
/dev/sda1 271.1M 34.0M 218.2M 13% /boot
tmpfs 1.9G 0 1.9G 0% /tmp
/dev/sda3 19.2G 5.6G 12.7G 31% /var/lib/docker
yeah when it reached 10gb it hangs and does not behave. there is system storage available and NAS storage. it just does not treat it as available
I was at 9.8gb, uploaded 500mb more. upload was going fine until at some point it just hung. After refresh I see spinning logo on black
Can you post your compose and .env?