]> git.proxmox.com Git - pve-storage.git/commit
config: mention that maxfiles is deprecated
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 16 Jun 2021 07:26:57 +0000 (09:26 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 16 Jun 2021 11:20:35 +0000 (13:20 +0200)
commitbbadd1659d5067df851d8a0953511fa017372274
tree5f081dc6262e237fef4d90df78a095fb00412645
parent1a4ab884e8986202f9a63a91344b0210d3cda237
config: mention that maxfiles is deprecated

Don't add an explicit deprecation warning on parsing (yet), this already done in
the pve6to7 script. Also, automatic conversion to 'prune-backups' happens when
the section config is read, so over time fewer users should be affected.
Postpone explicit warning/dropping the parameter to a future major release.

Also switch the setting for the default 'local' storage to 'prune-backups'.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm
PVE/Storage/Plugin.pm