⚠️ This issue respects the following points: ⚠️
Bug description
While syncing large amounts of files (about 30 to 80 GB of Photos) from the windows sync clients
Nextcloud consumes all available disk space on the host disk and stops.
i'm using nexcloud-aio in docker and have the data dir on another drive.
the drive that fills up is the one containing the host os. not the one that contains the data folder.
Most of the disk space is consumed in /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/744/fs
I think this is the apache containers filesystem
Steps to reproduce
1.Syncing large amounts of files (about 30 to 80 GB of Photos) from the windows sync client
2. observe diskusage by running sudo ncdu / --exclude /mnt at regular intervals, navigate to /var/lib/ and follow the disk usage
3. /tmp folder grow to fill all available disk space
4. docker containers crash
5. if i manage to restart all containers before diskspace is consumed, diskspace is reclaimed and everything works. i also have to retry, or stop + start the sync client
6. if i wait until all disk usage is consumed. im unable to restart the docker containers due to no disk space.
7. i have to restart lxc in proxmox, after restart i open aio interface and press stop all containers, then start all containers
8. diskusage goes from 100% (40gig) down to about 25Gig
Expected behavior
nextcloud should clear temp folder before consuming all available space. admin option to set limit.
it needed the sync client should stop uploading files untill they are processed on the server.
Nextcloud Server version
35
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.5
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
running the docker aio image. no php on host
List of activated Apps
running the docker aio image. no php on host
Nextcloud Signing status
reports No errors have been found. right now but that is just because of a restart just now
Nextcloud Logs
not avaliable right now. will come back to fill in
Additional info
No response
Bug description
While syncing large amounts of files (about 30 to 80 GB of Photos) from the windows sync clients
Nextcloud consumes all available disk space on the host disk and stops.
i'm using nexcloud-aio in docker and have the data dir on another drive.
the drive that fills up is the one containing the host os. not the one that contains the data folder.
Most of the disk space is consumed in /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/744/fs
I think this is the apache containers filesystem
Steps to reproduce
1.Syncing large amounts of files (about 30 to 80 GB of Photos) from the windows sync client
2. observe diskusage by running
sudo ncdu / --exclude /mntat regular intervals, navigate to /var/lib/ and follow the disk usage3. /tmp folder grow to fill all available disk space
4. docker containers crash
5. if i manage to restart all containers before diskspace is consumed, diskspace is reclaimed and everything works. i also have to retry, or stop + start the sync client
6. if i wait until all disk usage is consumed. im unable to restart the docker containers due to no disk space.
7. i have to restart lxc in proxmox, after restart i open aio interface and press stop all containers, then start all containers
8. diskusage goes from 100% (40gig) down to about 25Gig
Expected behavior
nextcloud should clear temp folder before consuming all available space. admin option to set limit.
it needed the sync client should stop uploading files untill they are processed on the server.
Nextcloud Server version
35
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.5
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
running the docker aio image. no php on hostList of activated Apps
Nextcloud Signing status
Nextcloud Logs
not avaliable right now. will come back to fill inAdditional info
No response