sda 8:0 0 12.7T 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 2G 0 part /boot
└─sda3 8:3 0 12.7T 0 part
└─ubuntu--vg-ubuntu--lv 253:0 0 12.7T 0 lvm /
I’m not too sure why this is occuring, and how but I recently installed an application via docker compose (Immich) and when using the application can only access a total of 97GB of data free. As this does not seem to be an application issue I was wondering if anyone on here has experienced this before and/or knows why this is occuring.
I have tried the following:
verified I have space available with lsblk
verified that the docker container(s) has space by running lsblk
verified that it is mounted correctly
purged and reinstalled the applications (clean slate)
confirmed the upload location is correct and pointing to a directory
The compose file will not help in this case. Compose is just another client. Please, share how you installed Docker. Is it Docker Engine on Linux or Docker Desktop? Docker Desktop would create a utility VM which would have a maximum size of course.
I have another server, I will try installing the same image on that server and see if the problem persists, just incase it is infact an application issue. But given I have not seen any issues on their repository regarding this and how popular this application is, I just deemed it as highly unlikley. So this might be a new issue.
Edit: Storage is recognized properly on my other server. Also the server which is having the issue is fresh install of Ubuntu Server so I do not know why this problem persists
The main reason why this really confused me is that I am infact mounting into the file system, never seen this before and I could not find too much about this online.