-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
problem
In a freshly installed 4.21 RC4 env, backup storage shows up on admin dashboard even though B&R is disabled and there is no backup source/repo/storage in the env:

The listCapacity API also returns this:
{
"capacitytotal": 10737418240,
"capacityused": 8589934592,
"name": "BACKUP_STORAGE",
"percentused": "80",
"type": 21,
"zoneid": "c30604be-2e83-4242-9be8-9a4eb7610a22",
"zonename": "DC"
},
versions
ACS 4.21 RC4
The steps to reproduce the bug
No response
What to do about it?
Don't show this to environments where B&R isnt' enabled or wouldn't make sense; and show correct values.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done