[pve-devel] [PATCH manager cluster docs] Introduce cluster-wide vzdump configuration

Leo Nunner l.nunner at proxmox.com
Thu Feb 9 10:27:02 CET 2023


This patch introduces a cluster-wide vzdump configuration file. This
isn't an override per se, but rather a fallback if there is no local
configuration (or the specific parameter is not configured in the local
configuration).

The settings get merged like this:

/etc/vzdump.conf <- /etc/pve/vzdump.conf <- default values

so the local configuration takes the highest priority.

manager:

Leo Nunner (1):
  fix #4235: vzdump: add cluster-wide configuration

 PVE/VZDump.pm | 50 ++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 36 insertions(+), 14 deletions(-)

cluster:

Leo Nunner (1):
  fix #4234: vzdump: add cluster-wide configuration

 data/PVE/Cluster.pm       |  1 +
 data/PVE/Cluster/Setup.pm | 32 +++++++++++++++++++++++++++++---
 data/src/status.c         |  1 +
 3 files changed, 31 insertions(+), 3 deletions(-)

docs:

Leo Nunner (1):
  vzdump: document the new cluster-wide config file

 vzdump.adoc | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list