[GH-ISSUE #70] [Bug]: Resource view about the Storage the count is wrong #83

Closed
opened 2026-03-07 19:27:23 +03:00 by kerem · 1 comment
Owner

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.

Image

Steps to Reproduce

  1. Dashboard
  2. View Resources

Expected Behavior

Expected the some value of the CEPH :

Image

Actual Behavior

Incorrect display of storage resource

ProxCenter Version

0bea45a

Proxmox VE Version

8.4.16

Browser

chrome

Logs / Screenshots

Image
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. <img width="1579" height="528" alt="Image" src="https://github.com/user-attachments/assets/7b66f1dd-7ba2-44cf-85b1-4a1aee044e12" /> ### Steps to Reproduce 1. Dashboard 2. View Resources ### Expected Behavior Expected the some value of the CEPH : <img width="1770" height="807" alt="Image" src="https://github.com/user-attachments/assets/f59a9ac4-5b66-40d3-8219-f9dc4dccf1b8" /> ### Actual Behavior Incorrect display of storage resource ### ProxCenter Version 0bea45a ### Proxmox VE Version 8.4.16 ### Browser chrome ### Logs / Screenshots <img width="1596" height="453" alt="Image" src="https://github.com/user-attachments/assets/5b4bde0a-9bf7-4f73-a97a-3af848c1be2c" />
kerem 2026-03-07 19:27:23 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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:

  • The dashboard now aggregates storage metrics from actual storage pools via /cluster/resources, with proper deduplication of shared storages (Ceph/RBD/NFS are counted once, not per-node)
  • The inventory summary (cluster view) also uses the real storage pool data
  • Fallback to the old behavior if the storage API is unavailable

This should now show values consistent with what you see in the Ceph tab.

<!-- gh-comment-id:3999263582 --> @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`](https://github.com/adminsyspro/proxcenter-ui/commit/576dd3f)**: - The dashboard now aggregates storage metrics from actual storage pools via `/cluster/resources`, with proper deduplication of shared storages (Ceph/RBD/NFS are counted once, not per-node) - The inventory summary (cluster view) also uses the real storage pool data - Fallback to the old behavior if the storage API is unavailable This should now show values consistent with what you see in the Ceph tab.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#83
No description provided.