-
Notifications
You must be signed in to change notification settings - Fork 20
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
Explain quota change limits #640
Comments
For some limits this validation is computed as (usage in this node + limits in all children) |
Does your user use |
No
![]() ![]() ![]() Issue 1: It is unclear where this 14 comes from. Let's add a hint with explanation In this case, UI takes Issue 2: Use correct limit for validation, as described above |
It looks like UI does correct calculations. The issue might be solved by enabling |
We still believe the check is useful but we don't mind to allow to disable the check for a specific installation. |
Can we make a warning instead? |
I suggest the following sequence of checks
|
There is also a 2nd part of the issue: explaining where this validation comes from. Users often don't understand that
|
When trying to change quota on accounts page, I see an error

This value must be >= X
.This can be confusing (and was confusing) since there is no explanation on why this limit was enforced. In my case it was enforced by limit from children account and by usage
Also it is hard to understand where the number X comes from. From this code I see some non-trivial logic
I suggest adding
(i)
icon next to an error with an explanation, like:The text was updated successfully, but these errors were encountered: