I
Immich2y ago
Nich

Storage Limited to 7.7GB

Hey yall. So I am trying out Immich and for some reason it is showing that I only have 7.7GB of storage available. Im not sure why it is showing this but its a bit annoying. I am using Docker on Ubuntu, not using LVM storage and I have over 900GB free.
15 Replies
bo0tzz
bo0tzz2y ago
Do you have multiple disks mounted or anything like that?
Nich
NichOP2y ago
I only have 2 disks mounted. My 1TB NVME SSD with the boot (1GB) and system partition (931GB) and a USB SSD (953GB). even when only the nvme is mounted it is showing the limit
bo0tzz
bo0tzz2y ago
From in the directory that you're using for your library, can you post the output of df -h and du -hd 1?
Nich
NichOP2y ago
/usr/src/app # df -h Filesystem Size Used Available Use% Mounted on overlay 914.8G 147.9G 720.3G 17% / tmpfs 64.0M 0 64.0M 0% /dev shm 64.0M 0 64.0M 0% /dev/shm /dev/nvme0n1p2 914.8G 147.9G 720.3G 17% /etc/resolv.conf /dev/nvme0n1p2 914.8G 147.9G 720.3G 17% /etc/hostname /dev/nvme0n1p2 914.8G 147.9G 720.3G 17% /etc/hosts none 7.7G 7.7G 0 100% /usr/src/app/upload tmpfs 7.7G 0 7.7G 0% /proc/asound tmpfs 7.7G 0 7.7G 0% /proc/acpi tmpfs 64.0M 0 64.0M 0% /proc/kcore tmpfs 64.0M 0 64.0M 0% /proc/keys tmpfs 64.0M 0 64.0M 0% /proc/timer_list tmpfs 7.7G 0 7.7G 0% /proc/scsi tmpfs 7.7G 0 7.7G 0% /sys/firmware /usr/src/app # du -hd 1? du: invalid number '1?' /usr/src/app # du -hd 1 7.7G ./upload 20.0K ./bin 5.3M ./dist 197.6M ./node_modules 7.9G . /usr/src/app #
jrasm91
jrasm912y ago
none 7.7G 7.7G 0 100% /usr/src/app/upload
Nich
NichOP2y ago
yea thats 100% used because I ignored the storage limit, figured it was a glitch and ran an import
jrasm91
jrasm912y ago
I just meant, it is reporting 7.7GB for the folder /usr/src/app/upload, which is what immich is reporting correct?
Nich
NichOP2y ago
oh yea lol correct.
jrasm91
jrasm912y ago
I don't know a lot about fs mounts, but whatever you have done for that volume seems to be causing it to report a subset of your available space.
__m3e__
__m3e__2y ago
Looks like tmpfs is mounted in this directory Or to directory above, but it's consistent with other tmpfs mounts I wonder if it would survive the reboot
Nich
NichOP2y ago
it does haha. I just wiped out all the containers and will start about. I did it at 3 in the morning so I might have fudged something up
__m3e__
__m3e__2y ago
Maybe try to mount local directory, which is not the in the same location as the /usr/app/src used by the image?
Nich
NichOP2y ago
still the same issue after wiping it out and redoing
jrasm91
jrasm912y ago
How are you configuring your volume mount? Is it just the default setup from the compose file?
Nich
NichOP2y ago
Okay so update to anyone that might be reviewing this, i've hap-hazardly narrowed it down to a possible conflict with something to do with Ubuntu 23 server edition. So helpful I know lmfao. Steps taken to come to this conclusion: -Using Ubuntu 23 Server with portainer. Removed Immich stack, containers, images, volumes and network. Created new Immach stack and redeployed from freshly pulled images. Issue Persisted. -Reinstalled a fresh copy of Ubuntu 23 Server with portainer. Installed using portainer stack. Issue Persisted. -Reinstalled a fresh copy of Ubuntu 23 Server (no portainer this time). Installed Immich using Docker Compose. Issue Persisted. -Switched to a fresh copy of Ubuntu 22 Server (no portainer). Installed Immich using Docker Compose. Issue no longer present. Yea I kept the defaults in the compose file. No reason to mess with a preconfigured web.

Did you find this page helpful?