config: drop 'maxfiles' parameter
The 'maxfiles' parameter has been deprecated since the addition of 'prune-backups' in the Proxmox VE 7 beta. The setting was auto-converted when reading the storage configuration. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Link: https://lore.proxmox.com/20250718125408.133376-2-f.ebner@proxmox.com
This commit is contained in:
committed by
Thomas Lamprecht
parent
fc633887dc
commit
e502404fa2
@ -73,7 +73,6 @@ sub options {
|
||||
password => { optional => 1 },
|
||||
'encryption-key' => { optional => 1 },
|
||||
'master-pubkey' => { optional => 1 },
|
||||
maxfiles => { optional => 1 },
|
||||
'prune-backups' => { optional => 1 },
|
||||
'max-protected-backups' => { optional => 1 },
|
||||
fingerprint => { optional => 1 },
|
||||
|
||||
Reference in New Issue
Block a user