From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 5E5A71FF141 for ; Mon, 16 Mar 2026 14:27:53 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 056601AABA; Mon, 16 Mar 2026 14:28:05 +0100 (CET) Date: Mon, 16 Mar 2026 14:27:59 +0100 From: Arthur Bied-Charreton To: Lukas Wagner Subject: Re: [PATCH proxmox-backup 14/26] tools: replace disks module with proxmox-disks Message-ID: <5cfii6srkk7ijfxzs65w5nbfn7h3jzdrpy74k36redah4xz34s@5zcfxawyiybt> References: <20260312135229.420729-1-l.wagner@proxmox.com> <20260312135229.420729-15-l.wagner@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260312135229.420729-15-l.wagner@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773667639984 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.809 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 RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: G6XBJJU242ELLHSWTQMEH6RSUWBNAVGO X-Message-ID-Hash: G6XBJJU242ELLHSWTQMEH6RSUWBNAVGO X-MailFrom: a.bied-charreton@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: pdm-devel@lists.proxmox.com X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, Mar 12, 2026 at 02:52:15PM +0100, Lukas Wagner wrote: > This commit replaces the disks module with the proxmox-disks crate. It > is extracted to enable disk metric collection in PDM. > > Signed-off-by: Lukas Wagner [...] This patch does not apply anymore due to 3077de11 and c0a9b651, would need a rebase