From 7ab9ce86d35a91ca0d8b0d6906db3bc4cb3f3881 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 20 Sep 2022 14:50:07 +0200 Subject: [PATCH] add nodes/hardware-map.conf to PVE/Cluster.pm and status.c Signed-off-by: Dominik Csapak --- data/PVE/Cluster.pm | 1 + data/src/status.c | 1 + 2 files changed, 2 insertions(+) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index abcc46d..5dfc6b2 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -76,6 +76,7 @@ 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 9bceaeb..f46f71d 100644 --- a/data/src/status.c +++ b/data/src/status.c @@ -106,6 +106,7 @@ 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; -- 2.39.2