diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm index a325b67..0c78e65 100644 --- a/src/PVE/Cluster.pm +++ b/src/PVE/Cluster.pm @@ -86,6 +86,7 @@ my $observed = { 'sdn/.running-config' => 1, 'virtual-guest/cpu-models.conf' => 1, 'virtual-guest/profiles.cfg' => 1, + 'mapping/directory.cfg' => 1, 'mapping/pci.cfg' => 1, 'mapping/usb.cfg' => 1, }; diff --git a/src/pmxcfs/status.c b/src/pmxcfs/status.c index 5844928..cda3921 100644 --- a/src/pmxcfs/status.c +++ b/src/pmxcfs/status.c @@ -116,6 +116,7 @@ static memdb_change_t memdb_change_array[] = { { .path = "virtual-guest/cpu-models.conf" }, { .path = "virtual-guest/profiles.cfg" }, { .path = "firewall/cluster.fw" }, + { .path = "mapping/directory.cfg" }, { .path = "mapping/pci.cfg" }, { .path = "mapping/usb.cfg" }, };