Local storage - size not shown

Hi all,

I just set up owncloud 10.5 and when I’m going to my settings (General), there is no information about the “total” storage.

Steps to reproduce

  1. Login
  2. Go to “Settings”
  3. Click “General”

Expected behaviour

In an older config, there was the available space on the server and the used space.

Actual behaviour

No information about the available space is shown

Server configuration

Debian 10

Web server:
Apache Apache/2.4.38

Database:
Maria DB 10.3.23

PHP version:
PHP 7.2.33
ownCloud version:
10.5.0.10

Updated from an older ownCloud or fresh install:
Fresh Install

Where did you install ownCloud from:
APT

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

No errors have been found.

The content of config/config.php:

“system”: {
“updatechecker”: false,
“instanceid”: “ocv69eyy6ub0”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
REMOVED SENSITIVE VALUE
],
“memcache.local”: “\OC\Memcache\Redis”,
“filelocking.enabled”: true,
“memcache.locking”: “\OC\Memcache\Redis”,
“filelocking.ttl”: 3600,
“redis”: {
“host”: “localhost”,
“port”: 6379,
“timeout”: 0,
“password”: “REMOVED SENSITIVE VALUE”,
“dbindex”: 0
},
“datadirectory”: “/var/www/owncloud/data”,
“overwrite.cli.url”: “http://REMOVED SENSITIVE VALUE”,
“dbtype”: “mysql”,
“version”: “10.5.0.10”,
“dbname”: “owncloud”,
“dbhost”: “localhost”,
“dbtableprefix”: “oc_”,
“mysql.utf8mb4”: true,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“logtimezone”: “Europe/Brussels”,
“apps_paths”: [
{
“path”: “/var/www/owncloud/apps”,
“url”: “/apps”,
“writable”: false
},
{
“path”: “/var/www/owncloud/apps-external”,
“url”: “/apps-external”,
“writable”: true
}
],
“installed”: true,
“default_language”: “fr”,
“maintenance”: false,
“loglevel”: 2,
“enable_avatars”: false,
“debug”: false,
“trashbin_retention_obligation”: 1
}
}

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Enabled:

  • activity: 2.5.4
  • comments: 0.3.0
  • configreport: 0.2.0
  • dav: 0.6.0
  • federatedfilesharing: 0.5.0
  • federation: 0.1.0
  • files: 1.5.2
  • files_external: 0.7.1
  • files_mediaviewer: 1.0.3
  • files_pdfviewer: 0.11.2
  • files_sharing: 0.13.0
  • files_trashbin: 0.9.1
  • files_versions: 1.3.0
  • firstrunwizard: 1.2.0
  • gallery: 16.1.1
  • market: 0.6.0
  • notifications: 0.5.2
  • provisioning_api: 0.5.0
  • systemtags: 0.3.0
  • updatenotification: 0.2.1

**Are you using external storage, if yes which one:
NO

**Are you using encryption:**no

**Are you using an external user-backend, if yes which one: NO

Thanks

You have to specify a default quote at the settings/user panel.

1 Like

Ok, so in my case, we’ve 80Gb as local storage (for the server).

If I’ve 8 users, I should make 10Gb per user ?
What I see is that in the $storageInfo, quota is set to “-3”, like the is an unlimited space.

It’s up to you, to assign the available storage. Keeping some reserve seems to be valuable idea.

2 Likes