rohityadavcloud opened a new issue, #11480: URL: https://github.com/apache/cloudstack/issues/11480
### 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: <img width="1850" height="498" alt="Image" src="https://github.com/user-attachments/assets/96c290aa-1c6e-4a22-8f73-4ce01df9c037" /> 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
