Skip to content
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

feat(ClusterInfo): display groups stats #598

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Nov 30, 2023

2 disk types with 2 erasure types
Screen Shot 2023-11-29 at 17 16 34

2 disk types with 1 erasure type

Screen Shot 2023-11-30 at 14 01 24

@artemmufazalov artemmufazalov marked this pull request as ready for review November 30, 2023 11:04
Raubzeug
Raubzeug previously approved these changes Dec 1, 2023
<div className={b('storage-groups-stats')}>
{Object.values(groupsStats[diskType]).map((erasureStats) => {
return (
<ContentWithPopup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd better move ErasureStats and StorageGroups to separate components, since it's quite hard to read 3 levels of mapping...

@artemmufazalov artemmufazalov merged commit c31d048 into main Dec 1, 2023
4 checks passed
@artemmufazalov artemmufazalov deleted the display-cluster-groups-count branch December 1, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants