Deduplicate NFS exports and remove client info
All checks were successful
Build and Release / build-and-release (push) Successful in 1m48s

Fix NFS export display to show each export path only once instead of
once per client. Use HashMap to deduplicate by path and sort results
alphabetically. Remove IP addresses and client specifications from
display, showing only export paths with their options.

Prevents duplicate entries when a single export is shared with multiple
clients or networks.
This commit is contained in:
2025-12-11 10:06:59 +01:00
parent c8b79576fa
commit 7362464b46
5 changed files with 22 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-agent"
version = "0.1.271"
version = "0.1.272"
edition = "2021"
[dependencies]