You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal quota information shows the used space + that the quota is unlimited
Actual behaviour
Personal quota information shows everything as if a quota was set, but with the free disk space as quota.
Spec
the user.quota.definition field is set to none with both oc10 and ocis as backend for unlimited quota. In that case the total, free and relative fields should be ignored as they don't make sense.
bonus points
don't fail hard when user.quota doesn't exist
don't fail hard when fields of user.quota don't exist
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
Personal quota information shows the used space + that the quota is unlimited
Actual behaviour
Personal quota information shows everything as if a quota was set, but with the free disk space as quota.
Spec
the
user.quota.definition
field is set tonone
with both oc10 and ocis as backend for unlimited quota. In that case thetotal
,free
andrelative
fields should be ignored as they don't make sense.bonus points
user.quota
doesn't existuser.quota
don't existThe text was updated successfully, but these errors were encountered: