The 'maxfiles' parameter has been deprecated since the addition of 'prune-backups' in the Proxmox VE 7 beta.
Signed-off-by: Fiona Ebner <f.eb...@proxmox.com> --- src/PVE/VZDump/Common.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 902829f..67a4cf4 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -339,14 +339,6 @@ my $confdesc = { minimum => 0, default => 10, # 10 minutes }, - # FIXME remove with PVE 8.0 or PVE 9.0 - maxfiles => { - type => 'integer', - description => "Deprecated: use 'prune-backups' instead. " - . "Maximal number of backup files per guest system.", - optional => 1, - minimum => 1, - }, 'prune-backups' => get_standard_option( 'prune-backups', { -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel