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

When no quotas exist "list --include-workspace-size" returns size "-1" #466

Open
VMois opened this issue Aug 9, 2022 · 0 comments
Open
Labels

Comments

@VMois
Copy link

VMois commented Aug 9, 2022

Originated in reanahub/reana-db#178 (comment)

When quotas are disabled, there could be a situation when returned workspace size is "-1". This result might be confusing for users. In theory, after the quota cronjob is run, the size should not equal to "-1".

Related code:

empty_disk_usage = {
"human_readable": "",
"raw": -1,
}

@VMois VMois added the type/bug label Aug 9, 2022
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

1 participant