-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix(settings): Calculate correct default quota option sizes #3161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A migration sounds good, else admins will see a custom set quota, no?
Yeah, it looks weird now as it says 1,024 MB for the previous 1 GB option. |
2eaa71e
to
8f0845b
Compare
Repair step added |
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
8f0845b
to
248d14d
Compare
Signed-off-by: provokateurin <kate@provokateurin.de>
248d14d
to
50280c9
Compare
Can someone merge? The failures are unrelated to the changes :/ |
I first noticed the unit was wrong, decimal vs binary notation.
Then I realized the values were wrong too, not sure why this is so messed up:
Really weird how one is correct, one is off by a bit and the other that should be 10x off is slight less off than 10x??
Should we add a migration that corrects these quota values if they are configured for existing groupfolders?