mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #70] [Bug]: Resource view about the Storage the count is wrong #83
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flpmonstro on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/70
Bug Description
After the last update on the dashboard in resources, the storage metric is wrong; it is not accounting for the total value of the cluster.
Steps to Reproduce
Expected Behavior
Expected the some value of the CEPH :
Actual Behavior
Incorrect display of storage resource
ProxCenter Version
0bea45aProxmox VE Version
8.4.16
Browser
chrome
Logs / Screenshots
@adminsyspro commented on GitHub (Mar 4, 2026):
Hi, thanks for reporting this!
Root cause identified: The storage gauge was reading
rootfs(the OS partition of each node) instead of the actual storage pools (Ceph, local-lvm, NFS, etc.). This is why it showed a much smaller value than your real cluster capacity.Fix applied in
576dd3f:/cluster/resources, with proper deduplication of shared storages (Ceph/RBD/NFS are counted once, not per-node)This should now show values consistent with what you see in the Ceph tab.