Signed-off-by: Dominik Csapak <d.csa...@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 4d09c60..ab8f713 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -45,6 +45,7 @@ my $dbbackupdir = "/var/lib/pve-cluster/backup"; # using a computed version and only those can be used by the cfs_*_file methods my $observed = { 'vzdump.cron' => 1, + 'jobs.cfg' => 1, 'storage.cfg' => 1, 'datacenter.cfg' => 1, 'replication.cfg' => 1, diff --git a/data/src/status.c b/data/src/status.c index ff0b1e9..9bceaeb 100644 --- a/data/src/status.c +++ b/data/src/status.c @@ -89,6 +89,7 @@ static memdb_change_t memdb_change_array[] = { { .path = "priv/ipam.db" }, { .path = "datacenter.cfg" }, { .path = "vzdump.cron" }, + { .path = "jobs.cfg" }, { .path = "ha/crm_commands" }, { .path = "ha/manager_status" }, { .path = "ha/resources.cfg" }, -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel