]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/VZDump.pm
vzdump: handle new 'performance' property string
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 3 Oct 2022 13:52:07 +0000 (15:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 10 Oct 2022 11:04:17 +0000 (13:04 +0200)
commit93880785c866afe58ae97fc558793672626d7203
treebd74c3b0ef80d5bc648c7e0ccd61085cc7be3659
parent2831d8061bfdc45fdc748c68e403cfaa995acae3
vzdump: handle new 'performance' property string

Also generalizes the way vzdump property strings are handled for jobs.
Something similar could be done in VZDump.pm, but there the maxfiles
and prune-backups settings are currently coupled, so a dedicated
parse_performance() is used instead. Can be changed once maxfiles is
dropped.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/VZDump.pm
PVE/Jobs/VZDump.pm
PVE/VZDump.pm
configs/vzdump.conf
www/manager6/dc/Backup.js