HDDS-13465. Adding an endpoint to get all storage distribution summary in Recon#8892
Closed
priyeshkaratha wants to merge 5 commits intoapache:HDDS-13177from
Closed
HDDS-13465. Adding an endpoint to get all storage distribution summary in Recon#8892priyeshkaratha wants to merge 5 commits intoapache:HDDS-13177from
priyeshkaratha wants to merge 5 commits intoapache:HDDS-13177from
Conversation
ArafatKhan2198
requested changes
Aug 6, 2025
Contributor
ArafatKhan2198
left a comment
There was a problem hiding this comment.
Thanks @priyeshkaratha some comments!
Please take a look
9525cc8 to
bfbf3a5
Compare
1a44d02 to
1c6b4e1
Compare
Contributor
Author
|
closing this PR since approach is changed and is handled as part of #8995 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
A new REST API endpoint
/storagedistributionhas been introduced to provide a summarized view of storage distribution across the cluster. This endpoint is designed to consolidate various storage-related insights, particularly focusing on used capacity, pending deletions, and overall data distribution across Ozone components.Key Functionalities
/storagedistributionWhat is the link to the Apache JIRA
HDDS-13465
How was this patch tested?
Currently tested by unittestcases by mocking scm and dn data. Also tested manually using postman.