]> git.proxmox.com Git - pve-cluster.git/commitdiff
add profiles.cfg to cluster fs
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 17 Nov 2023 11:45:40 +0000 (12:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 13:27:39 +0000 (14:27 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/Cluster.pm
src/pmxcfs/status.c

index 80c4bc0410b6571f8ba2dca79aa2554693bcf1db..4c828c185f4c82e4cad654d5f7ddaff4cbaa096b 100644 (file)
@@ -81,6 +81,7 @@ my $observed = {
     'sdn/dns.cfg' => 1,
     'sdn/.running-config' => 1,
     'virtual-guest/cpu-models.conf' => 1,
+    'virtual-guest/profiles.cfg' => 1,
     'mapping/pci.cfg' => 1,
     'mapping/usb.cfg' => 1,
 };
index 078602e42816213423f87875c903ff41d915aa06..dc44464c42ce2df9a91f14229ab00378c535516c 100644 (file)
@@ -110,6 +110,7 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "sdn/dns.cfg" },
        { .path = "sdn/.running-config" },
        { .path = "virtual-guest/cpu-models.conf" },
+       { .path = "virtual-guest/profiles.cfg" },
        { .path = "firewall/cluster.fw" },
        { .path = "mapping/pci.cfg" },
        { .path = "mapping/usb.cfg" },