fmeshsync fix with synology,vm's and lxc

This commit is contained in:
root
2026-08-08 19:44:27 +02:00
parent 2786f12ab6
commit 5e32be7d0c
41 changed files with 1335 additions and 1674 deletions
+11
View File
@@ -0,0 +1,11 @@
# AssetManager 0.5.5.50
## Safer MeshCentral identity matching for containers and virtual machines
- Keeps MeshCentral node ID as the primary device identity.
- Adds optional exact MAC-address matching between node ID and serial-number matching.
- Detects serial-number identities that occur more than once in the current MeshCentral inventory and excludes them from serial-number matching.
- Prevents a serial-number match when both the incoming device and the existing asset have valid but different MAC addresses.
- This avoids false matches for LXC/VM guests that inherit the same host DMI/mainboard serial number.
- Existing configured dummy-serial rules remain unchanged.
- Dry-run and real synchronization use the same matching logic.