Skip to content

feat(admin): add cluster version info#228

Merged
overtrue merged 1 commit into
mainfrom
overtrue/admin-info-versions
Jun 13, 2026
Merged

feat(admin): add cluster version info#228
overtrue merged 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.

@overtrue overtrue marked this pull request as ready for review June 13, 2026 02:03
@overtrue overtrue merged commit bb4d81e into main Jun 13, 2026
15 checks passed
@overtrue overtrue deleted the overtrue/admin-info-versions branch June 13, 2026 02:03
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