From: Thomas Lamprecht Date: Wed, 9 Nov 2022 08:42:29 +0000 (+0100) Subject: Revert "add nodes/hardware-map.conf" X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=55d19f3f7d84aef85d8fef5ff1a4c92c5b62e01a Revert "add nodes/hardware-map.conf" This reverts commit 7ab9ce86d35a91ca0d8b0d6906db3bc4cb3f3881. --- diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 5dfc6b2..abcc46d 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -76,7 +76,6 @@ my $observed = { 'sdn/dns.cfg' => 1, 'sdn/.running-config' => 1, 'virtual-guest/cpu-models.conf' => 1, - 'nodes/hardware-map.conf' => 1, }; sub prepare_observed_file_basedirs { diff --git a/data/src/status.c b/data/src/status.c index f46f71d..9bceaeb 100644 --- a/data/src/status.c +++ b/data/src/status.c @@ -106,7 +106,6 @@ static memdb_change_t memdb_change_array[] = { { .path = "sdn/dns.cfg" }, { .path = "sdn/.running-config" }, { .path = "virtual-guest/cpu-models.conf" }, - { .path = "nodes/hardware-map.conf" }, }; static GMutex mutex;