devabhishekpal opened a new pull request, #7649: URL: https://github.com/apache/ozone/pull/7649
## What changes were proposed in this pull request? HDDS-11987. Remove duplicate Quota In Bytes field from DU metadata Please describe your PR in detail: Currently the `/summary` endpoint provides a **Quota in Bytes** field which is the same as `/quota` endpoint **Quota Allowed** field. We should use the /quota endpoint field only and remove the duplicate information we get from Quota in Bytes. From the backend `quotaInBytes` is being set as a part of ObjectDBInfo class where is it set by the corresponding builder for bucket, volume. Refactoring this might cause breaking change, so we only remove the duplicate field from the UI as a part of this PR ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11987 ## How was this patch tested? Patch was tested manually -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
