Fix unified pool visualization filesystem children display issues
All checks were successful
Build and Release / build-and-release (push) Successful in 2m14s
All checks were successful
Build and Release / build-and-release (push) Successful in 2m14s
- Fix extract_pool_name() to handle filesystem metrics (_fs_) correctly - Prevent individual filesystem pools (nvme0n1_fs_boot, nvme0n1_fs_root) from being created - Fix incorrect mount point names (was showing /root/mount instead of /) - Only create filesystem entries when receiving mount_point metrics - Add available_gb field to FileSystem struct for proper available space handling - Ensure filesystem children show correct usage data instead of —% —GB/—GB
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.103"
|
||||
version = "0.1.104"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user