Skip to content

feat(admin): show node and disk details in cluster info#226

Merged
overtrue merged 1 commit into
mainfrom
automation/fix-225-admin-info-details
Jun 11, 2026
Merged

feat(admin): show node and disk details in cluster info#226
overtrue merged 1 commit into
mainfrom
automation/fix-225-admin-info-details

Conversation

@overtrue

Copy link
Copy Markdown
Contributor

Resolves #225. Evidence: rc admin info cluster already receives servers and drives from the admin /info response but only printed aggregate human output. Root cause: node uptime/version/network status and per-disk capacity were available in ClusterInfo but omitted from cluster human output. Fix: append Nodes and Disks sections to cluster human output while keeping JSON output unchanged. Validation: cargo fmt --all --check; cargo clippy --workspace -- -D warnings; cargo test --workspace.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@overtrue overtrue merged commit 82a7dd1 into main Jun 11, 2026
15 checks passed
@overtrue overtrue deleted the automation/fix-225-admin-info-details branch June 11, 2026 05:53
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.

feat: add more detail info for rc admin info

1 participant