]> git.proxmox.com Git - pve-cluster.git/commitdiff
register new file firewall/cluster.fw
authorStefan Hrdlicka <s.hrdlicka@proxmox.com>
Mon, 24 Oct 2022 14:33:59 +0000 (16:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 11:49:37 +0000 (12:49 +0100)
added file for cache from bugzilla case #1965

Signed-off-by: Stefan Hrdlicka <s.hrdlicka@proxmox.com>
data/PVE/Cluster.pm
data/src/status.c

index 99e7975cdc1ecc703b6bd737faa7a835cfc0dfed..c521391f5af1d38dfb2715da44c95ccce24c1a33 100644 (file)
@@ -51,6 +51,7 @@ my $observed = {
     'replication.cfg' => 1,
     'corosync.conf' => 1,
     'corosync.conf.new' => 1,
+    'firewall/cluster.fw' => 1,
     'user.cfg' => 1,
     'domains.cfg' => 1,
     'priv/shadow.cfg' => 1,
index 2a54eaf1102372541c1319e781c9c88065947796..5e1e841743de2c201a81ef0825f4252ea239b60a 100644 (file)
@@ -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 = "firewall/cluster.fw" },
 };
 
 static GMutex mutex;