immich server 1.134.0 bottom left storage space shows wrong space
using an proxmox LXC server with a /mnt/immich to a attached storage with docker and followed the the two samples files for docker-compose.yml and .env
used the
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
the 'df -h /mnt/immich' shows
Filesystem Size Used Avail Use% Mounted on
/dev/loop8 20G 8.3G 11G 45% /
which is incorrect,.
any ideas ?
Best Jörg
used the
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
and added (in the .env)
UPLOAD_LOCATION=/mnt/immich/library
as a differnce I aded two networks
-Frontend and Backend
immich-server
networks: - frontend
- backend
ML / redis /DB
networks: - backend
everything started all fine.
storage space made me wonder so I took a look to the /mnt/immich/library
drwxr-xr-x 2 root root 4096 May 27 13:44 backups/
drwxr-xr-x 2 root root 4096 May 27 13:44 encoded-video/
drwxr-xr-x 2 root root 4096 May 27 13:44 library/
drwxr-xr-x 2 root root 4096 May 27 13:44 profile/
drwxr-xr-x 3 root root 4096 May 27 14:11 thumbs/
drwxr-xr-x 3 root root 4096 May 27 14:11 upload/
and the upload also has the few files that I uploaded and the thumbs are also there
the 'df -h /mnt/immich' shows
Filesystem Size Used Avail Use% Mounted on
/dev/loop8 20G 8.3G 11G 45% /
which is incorrect,.
any ideas ?
Best Jörg