]> git.proxmox.com Git - pve-cluster.git/commitdiff
Revert "add nodes/hardware-map.conf"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Nov 2022 08:42:29 +0000 (09:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Nov 2022 08:42:29 +0000 (09:42 +0100)
This reverts commit 7ab9ce86d35a91ca0d8b0d6906db3bc4cb3f3881.

data/PVE/Cluster.pm
data/src/status.c

index 5dfc6b20c30687c636df2005ec8cacc34306c4a7..abcc46d36c00ce381279b4c61d26b69e1a94705f 100644 (file)
@@ -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 {
index f46f71d13b6ead08a25ef25f0ac330837e197df3..9bceaeb900d39ea02118191c9cffbbc0b0b83a18 100644 (file)
@@ -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;