mirror of
git://git.proxmox.com/git/pve-cluster.git
synced 2025-03-12 20:58:25 +03:00
fix #4234: vzdump: add cluster-wide configuration
Introduce a cluster-wide vzdump.conf file which gets filled with the default vzdump configuration. Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
parent
91c2593616
commit
581e22f406
@ -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,
|
||||
'vzdump.conf' => 1,
|
||||
'jobs.cfg' => 1,
|
||||
'storage.cfg' => 1,
|
||||
'datacenter.cfg' => 1,
|
||||
|
@ -89,6 +89,7 @@ static memdb_change_t memdb_change_array[] = {
|
||||
{ .path = "priv/ipam.db" },
|
||||
{ .path = "datacenter.cfg" },
|
||||
{ .path = "vzdump.cron" },
|
||||
{ .path = "vzdump.conf" },
|
||||
{ .path = "jobs.cfg" },
|
||||
{ .path = "ha/crm_commands" },
|
||||
{ .path = "ha/manager_status" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user