Skip to content

feat(admin): add cluster version info#228

Draft
overtrue wants to merge 1 commit into
mainfrom
overtrue/admin-info-versions
Draft

feat(admin): add cluster version info#228
overtrue wants to merge 1 commit into
mainfrom
overtrue/admin-info-versions

Conversation

@overtrue

Copy link
Copy Markdown
Contributor

Related issue: Fixes #224. Background: rc admin info cluster exposed deployment, region, capacity, and counts but did not include CLI or RustFS versions in the cluster overview. Root cause: the command already parsed per-server RustFS versions but only displayed them in node details and omitted any client version field. Solution: add rcVersion and rustfsVersion to JSON output, print both in the human cluster summary, and aggregate non-empty server versions without duplicates. Validation: cargo fmt --all --check; cargo clippy --workspace -- -D warnings; cargo test --workspace.

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 version info for rc admin command

1 participant