-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Projects can not be sorted by consumed quota in "Project Quotas" #16517
Comments
Sorry if I'm hijacking the discussion, but is the bytes used ever updated? I can only see "0Byte of ..." in my projects, regardless of what limit they have. And that's what I see in your screenshot too. I guess that needs to be fixed first before there's anything to sort by... Or does that work for anyone else? |
@lindhe |
Yeah, we have ~1TiB on disk. Thanks for the suggestion. I've checked the quotas request now, and they too say that it's 0. {
"8": {
"creation_time": "2022-03-09T13:03:04.393Z",
"hard": {
"storage": 1099511627776
},
"id": 8,
"ref": {
"id": 7,
"name": "project-1",
"owner_name": ""
},
"update_time": "2022-03-09T13:03:04.393Z",
"used": {
"storage": 0
}
}
}
We use Azure Blob Storage as backend. Could that be why it's 0? |
@wy65701436 can you help to explain this? |
Should I open a new issue for this? I don't want to clutter this discussion if my issue is not really related to OP's request. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue. |
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue. |
1. For goharbor#16517 Signed-off-by: AllForNothing <sshijun@vmware.com>
1. For goharbor#16517 Signed-off-by: AllForNothing <sshijun@vmware.com>
1. For goharbor#16517 Signed-off-by: AllForNothing <sshijun@vmware.com>
1. For #16517 Signed-off-by: AllForNothing <sshijun@vmware.com>
1. For goharbor#16517 Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
Expected behavior and actual behavior:
The project quotas view uses the column names as a sorting mechanism. By clicking the name you would be able to sort the most consuming project or the least.
The column name not longer has that behavior, making it difficult to extract quick insights.
We even tried the old API call:
api/v2.0/quotas?reference=project&page=1&page_size=15&sort=-used.storage
and the JSON returned objects unsorted.
Steps to reproduce the problem:
From the left hand side menu clic "Project Quotas" -> The storage column can no longer be sorted by clicking it:
Versions:
Please specify the versions of following systems.
Please let me know if i can provide anything else useful.
The text was updated successfully, but these errors were encountered: