-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Total space in quota-field shows wrong value #10127
Comments
That is maybe because your server runs out of total space. We take as quota the minimum of "quota set by the admin" and "free space available + already stored files" |
That could explain it, but which stored files? generally stored by the whole cloud, or by the user? If it is the user, the value is still wrong because i would need less than 250Gb free serverspace, but i have more than that available. Interestingly enough, if i reduce the max value for the user, the expected value shows up. |
The ones of you. A little example:
So this is more an expected behavior than a bug. |
Thank you for your clarification! I'll check if this adds up to my server, and then close the ticket. |
Not really, as the user can't do anything about it. And if the user can't do anything it doesn't make sense to show it to them. maybe the admin should get a warning. Let's make a new issue for your proposal and how to trigger it. It is an enhancement of the admin view and might make sense. |
What proposal do you mean exactly? |
To show somewhere that the storage limit is reached for some users (use the user with the biggest number of "quota - used space" and then check against the available space on the storage). |
So, I use thin provisioning (lvm), which will pull from a pool with additional storage when low. But the amount of free space reported to the OS is less than the pool. Therefore, the users are actually shown less space available than there actually is. Need to figure out some way to show users the amount of space provisioned to them, regardless of the space "available" to the OS. |
Steps to reproduce
Expected behaviour
It should always be the max value set by the admin who created the account/usergroup
Actual behaviour
The max-quota changes
The same wrong value can be seen in the user-area of the settings
Nextcloud version:
13.0.4
Picture 1
Picture 2
(512GB is the value that the user is allowed to fill, as set by an admin)
Picture 3
The text was updated successfully, but these errors were encountered: