Nextcloud Storage says full

NethServer Version: 7.9.2009 (final)
Module: Nextcloud
Does Nextcloud on Nethserver use php.ini settings or db or php80-php-fpm? I need to configure settings like upload_max_filesize and max_file_uploads, so a customer can upload larger files. Nextcloud is generating errors when he tries, but he’s never had this problem before. “Your storage is full, files cannot be updated or synced anymore!” “An unknown error has occurred.” I have yet to verify how large the upload was in file count and also file sizes.

I do see the following in the nextcloud log: “DAV\Exception\BadRequest”,“Message”:“Expected filesize of 10485760 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 0 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.”

it is using php conf files from /etc/opt/remi/php80/, specifically /etc/opt/remi/php80/php-fpm.d/000-nextcloud.conf

If there is enough free space and no quota exceeded, could be related to an upstream bug. The bug talks about nextcloud 28 but maybe the regression also affected some nextcloud 27 code :man_shrugging:, although fixed on february…

there was an older issue affecting nextcloud 25 and 26, but don’t think it’s that case.