Signed-off-by: Lukas Wagner <l.wag...@proxmox.com> --- src/PVE/Cluster.pm | 2 ++ src/pmxcfs/status.c | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm index c310a67..e3705b6 100644 --- a/src/PVE/Cluster.pm +++ b/src/PVE/Cluster.pm @@ -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, diff --git a/src/pmxcfs/status.c b/src/pmxcfs/status.c index 1f29b07..c8094ac 100644 --- a/src/pmxcfs/status.c +++ b/src/pmxcfs/status.c @@ -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" }, -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel