Unlimited space for me as admin but a red line for space usage warning

Support intro

I have an Installation on my own Server with 2TB persistent storage. As an admin with unlimited storage, I noticed at the user administration that there is a red line with 69GB, which shows that approx 80% of the disk space is occupied. Last time I had a look on it, I saw only a small green bar showing that I used approx. 30GB out of 2TB.
I checked the persistent storage space of my server and it is indeed huge space available (>1.5TB)

Bildschirmfoto 2021-01-17 um 19.05.24

Nextcloud version (eg, 18.0.2): 20.0.5
Operating system and version (eg, Ubuntu 20.04): 20.10
Apache or nginx version (eg, Apache 2.4.25): nginx/1.18.0 (Ubuntu)
PHP version (eg, 7.1): 7.4.12

The issue you are facing:
Storage warning at the user administration for a user with unlimited contingent

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. As an admin with unlimited storage upload 70GB of files
  2. Look at the user administration and see the red bar at your user entry

The output of your Nextcloud log in Admin > Logging:

nothing relevant found

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '***',
  'passwordsalt' => '***',
  'secret' => '***',
  'trusted_domains' => 
  array (
    0 => '***',
  ),
  'datadirectory' => '***',
  'dbtype' => 'mysql',
  'version' => '20.0.5.2',
  'overwrite.cli.url' => '***',
  'dbname' => '***',
  'dbhost' => '***',
  'dbport' => '***',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'n',
  'dbpassword' => '***',
  'installed' => true,
  'maintenance' => false,
  'mail_from_address' => 'i',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => '***',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '***',
  'mail_smtpport' => '***',
  'theme' => '',
  'loglevel' => 0,
  'mail_smtpname' => '***',
  'mail_smtppassword' => '***',
  'updater.release.channel' => 'stable',
  'mysql.utf8mb4' => true,
  'mail_smtpsecure' => 'tls',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '***',
    'port' => ***,
  ),
  'app_install_overwrite' => 
  array (
    0 => 'files_ebookreader',
  ),
  'enable_previews' => true,
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\Image',
    1 => 'OC\\Preview\\Movie',
    2 => 'OC\\Preview\\TXT',
  ),
);

The output of your Apache/nginx/system log in /var/log/____:

nothing relevant found

is there anybody out there who is hosting 200G with unlimited space for the user and more than 2TB space on a persistent volume?

Same problem here.

346GB free space and my admin used space is in red status.

Note that i used to have full disk and then resize it with lvm.

Nextcloud 24.0.1

May be we should file an issue in github

Devs don’t watch in here ?

may be it is not high priority and I agree with it. it is a nice to have (for me).

Yes , sure.