[pve-devel] [PATCH pve-cluster 09/18] cluster files: add notifications.cfg
Lukas Wagner
l.wagner at proxmox.com
Mon Mar 27 17:18:48 CEST 2023
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
data/PVE/Cluster.pm | 1 +
data/src/status.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index efca58f..1a1f9e8 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -55,6 +55,7 @@ my $observed = {
'firewall/cluster.fw' => 1,
'user.cfg' => 1,
'domains.cfg' => 1,
+ 'notifications.cfg' => 1,
'priv/shadow.cfg' => 1,
'priv/tfa.cfg' => 1,
'priv/token.cfg' => 1,
diff --git a/data/src/status.c b/data/src/status.c
index 9e520a5..b39cde0 100644
--- a/data/src/status.c
+++ b/data/src/status.c
@@ -82,6 +82,7 @@ static memdb_change_t memdb_change_array[] = {
{ .path = "storage.cfg" },
{ .path = "user.cfg" },
{ .path = "domains.cfg" },
+ { .path = "notifications.cfg"},
{ .path = "priv/shadow.cfg" },
{ .path = "priv/acme/plugins.cfg" },
{ .path = "priv/tfa.cfg" },
--
2.30.2
More information about the pve-devel
mailing list