Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User quota show wrong value #11415

Closed
maghog opened this issue Sep 27, 2018 · 3 comments
Closed

User quota show wrong value #11415

maghog opened this issue Sep 27, 2018 · 3 comments
Labels

Comments

@maghog
Copy link

maghog commented Sep 27, 2018

When setting a quota value higher than 14 GB it show 14.3 GB.

Example: set user quota to 30 GB. When user login it show max quota as 14.3 GB.

Tested both local and LDAP users.

Server configuration

Operating system: Ubuntu 16.04

Web server: Apache

Database: MySQL

PHP version: 7.0.30

Nextcloud version: 14.0.1

Updated from an older Nextcloud/ownCloud or fresh install: 13.0.6

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #2017 (quota), #6450 (quota: unlimited value), #10127 (Total space in quota-field shows wrong value), #4572 (Wrong total quota limit with shared hosting), and #8050 (Quota issues ).

@MorrisJobke
Copy link
Member

Example: set user quota to 30 GB. When user login it show max quota as 14.3 GB.

Is it possible that your disk is full? The shown quota is always the minimum of the two values:

  • quota - used space
  • available space on disk

If the second option is smaller than the remaining space it will only show this. So this is wanted behavior.

@maghog
Copy link
Author

maghog commented Sep 27, 2018

Quite right, wondering how I could miss this?
Thanks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants