umbrel
umbrel copied to clipboard
Issue: Nextcloud using 100% of storage on Umbrel
Problem description:
After installing and running Nextcloud on Umbrel, I noticed that the application quickly consumes 100% of the available disk space, even without having stored enough files to justify this behavior. The Umbrel interface informs that the storage is completely full, with only a few MB remaining available, despite there being no large files stored directly on Nextcloud.
Steps to reproduce:
Install Nextcloud through the Umbrel App Store.
Let the application run for a while.
Watch the available disk space drop quickly until it reaches 100% utilization.
Expected behavior:
Nextcloud should use disk space proportionally to the volume of stored files, without taking up all the available storage unjustifiably.
Environment:
Umbrel version: (insert Umbrel version)
Nextcloud: Latest version available via Umbrel App Store
Operating system: (specify)
Total space: 1.97 TB
Remaining available space after issue: 16.8 MB
After accessing it through Putty, I was able to identify some things. I deleted some files just so it would have enough memory to start the system, and after the system started, out of nowhere, the memory went back to my 950GB +-
Here's a little of what I saw in the terminal But I know that tomorrow or the day after this bug will come back. I'm even going to leave a useless 1GB file to delete manually so I can brute force the system again.
umbrel@umbrel:~/umbrel$ df -h Filesystem Size Used Avail Use% Mounted on overlay 19G 23M 18G 1% / tmp 4.0G 5.2M 4.0G 1% /run /dev/mmcblk0p7 19G 23M 18G 1% /run/rugpi/mounts/data /dev/mmcblk0p5 3.3G 2.9G 230M 93% /run/rugpi/mounts/system /dev/mmcblk0p1 256M 24K 256M 1% /run/rugpi/mounts/config /dev/mmcblk0p2 128M 89M 40M 70% /boot devtmpfs 4.0M 0 4.0M 0% /dev tmpfs 4.0G 0 4.0G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p1 1.8T 1.8T 0 100% /mnt/data tmpfs 805M 0 805M 0% /run/user/1000 umbrel@umbrel:~/umbrel$ ^C umbrel@umbrel:~/umbrel$ sudo du -h --max-depth=1 /mnt/data 1.8T /mnt/data/umbrel 15G /mnt/data/docker 16K /mnt/data/lost+found 4.1G /mnt/data/swap 1.8T /mnt/data umbrel@umbrel:~/umbrel$