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 4DC9C1FF185 for ; Mon, 4 Aug 2025 18:44:42 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E759836FDF; Mon, 4 Aug 2025 18:46:12 +0200 (CEST) Message-ID: <90c63ed4-8d00-48c9-9773-ddc801486f0b@proxmox.com> Date: Mon, 4 Aug 2025 18:45:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox VE development discussion , Fiona Ebner References: <20250804125601.91944-1-f.ebner@proxmox.com> Content-Language: en-US From: Thomas Lamprecht In-Reply-To: <20250804125601.91944-1-f.ebner@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754325920581 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.030 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] applied-series: [PATCH rrd-migration-tool/manager v2 0/2] RRD migration: only skip '.old' extension to better handle storage IDs containing a dot 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" Am 04.08.25 um 14:55 schrieb Fiona Ebner: > Storage IDs may contain a dot, which would make the tool ignore data > for them. This does not fix the issue completely, the final corner > case with storages being called called 'something.old' remains. > > A warning for storages called '.old' is added to the pve8to9 checker > script. If enough people really run into this issue with such > storages, the migration script will be improved further after the > release of PVE 9. For now, use a straight-forward stop-gap measure to > avoid the fallout from not handling any storage ID with a dot. > > Changes in v2: > * Less complicated stop-gap measure for now. > > rrd-migration-tool: > > Fiona Ebner (1): > collect rrd files: only skip '.old' extension to better handle storage > IDs containing a dot > > src/main.rs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > pve-manager: > > Fiona Ebner (1): > pve8to9: rrd migration: mention storage RRD files for which automatic > migration doesn't work > > PVE/CLI/pve8to9.pm | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > > Summary over all repositories: > 2 files changed, 10 insertions(+), 2 deletions(-) > applied, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel