From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 2E8901FF17A for ; Fri, 18 Jul 2025 14:53:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AE9BC1E639; Fri, 18 Jul 2025 14:54:17 +0200 (CEST) From: Fiona Ebner To: pve-devel@lists.proxmox.com Date: Fri, 18 Jul 2025 14:51:11 +0200 Message-ID: <20250718125408.133376-1-f.ebner@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1752843249158 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.027 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH-SERIES storage/guest-common/manager/docs 0/6] backup/storage: drop 'maxfiles' setting X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" The 'maxfiles' parameter has been deprecated since the addition of 'prune-backups' in the Proxmox VE 7 beta and is removed with Proxmox VE 9 now. For storages, it was auto-converted when reading the configuration. For backups, editing would also auto-convert to the current 'prune-backups' setting and new jobs in jobs.cfg would always get written with 'prune-backups'. The upgrade checker script already contained checks warning about the deprecation, which are now changed from warnings to proper errors. The pve8to9 change should also be applied for stable-8. storage: Fiona Ebner (1): config: drop 'maxfiles' parameter src/PVE/Storage.pm | 23 ----------------------- src/PVE/Storage/BTRFSPlugin.pm | 1 - src/PVE/Storage/CIFSPlugin.pm | 1 - src/PVE/Storage/CephFSPlugin.pm | 1 - src/PVE/Storage/DirPlugin.pm | 1 - src/PVE/Storage/NFSPlugin.pm | 1 - src/PVE/Storage/PBSPlugin.pm | 1 - src/PVE/Storage/Plugin.pm | 7 ------- src/test/list_volumes_test.pm | 1 - src/test/path_to_volume_id_test.pm | 1 - 10 files changed, 38 deletions(-) guest-common: Fiona Ebner (1): schema: backup: drop 'maxfiles' parameter src/PVE/VZDump/Common.pm | 8 -------- 1 file changed, 8 deletions(-) manager: Fiona Ebner (3): pve8to9: backup retention: increase severity of having 'maxfiles' setting configured backup: drop 'maxfiles' parameter ui: drop handling of removed 'maxfiles' setting PVE/API2/VZDump.pm | 14 +-- PVE/CLI/pve8to9.pm | 14 +-- PVE/VZDump.pm | 23 +---- test/vzdump_new_test.pl | 120 ++----------------------- www/manager6/controller/StorageEdit.js | 12 --- www/manager6/dc/Backup.js | 7 -- www/manager6/dc/BackupJobDetail.js | 4 +- www/manager6/panel/BackupJobPrune.js | 5 +- www/manager6/storage/Base.js | 5 -- 9 files changed, 25 insertions(+), 179 deletions(-) docs: Fiona Ebner (1): backup/storage: remove references to 'maxfiles' parameter pvesm.adoc | 5 ----- vzdump.adoc | 4 ---- 2 files changed, 9 deletions(-) Summary over all repositories: 22 files changed, 25 insertions(+), 234 deletions(-) -- Generated by git-murpp 0.5.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel