]> git.proxmox.com Git - pve-cluster.git/commitdiff
cluster files: add notifications.cfg
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 20 Jul 2023 14:32:03 +0000 (16:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 10:02:22 +0000 (12:02 +0200)
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/PVE/Cluster.pm
src/pmxcfs/status.c

index c310a67159206cc381709715c5c8293afb920d45..e3705b66d8b09806c08da35dbbf670c423193a31 100644 (file)
@@ -55,6 +55,8 @@ my $observed = {
     'firewall/cluster.fw' => 1,
     'user.cfg' => 1,
     'domains.cfg' => 1,
+    'notifications.cfg' => 1,
+    'priv/notifications.cfg' => 1,
     'priv/shadow.cfg' => 1,
     'priv/tfa.cfg' => 1,
     'priv/token.cfg' => 1,
index 1f29b076720daf66b54ddc22582744a55a8df051..c8094ac8befe5f30f17b8dea7a40b5c59edaa831 100644 (file)
@@ -82,6 +82,8 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "storage.cfg" },
        { .path = "user.cfg" },
        { .path = "domains.cfg" },
+       { .path = "notifications.cfg"},
+       { .path = "priv/notifications.cfg"},
        { .path = "priv/shadow.cfg" },
        { .path = "priv/acme/plugins.cfg" },
        { .path = "priv/tfa.cfg" },