[pve-devel] [PATCH guest-common 2/6] schema: backup: drop 'maxfiles' parameter

Fiona Ebner f.ebner at proxmox.com
Fri Jul 18 14:51:13 CEST 2025


The 'maxfiles' parameter has been deprecated since the addition of
'prune-backups' in the Proxmox VE 7 beta.

Signed-off-by: Fiona Ebner <f.ebner at 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





More information about the pve-devel mailing list