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 48C881FF13C for ; Thu, 19 Mar 2026 10:47:55 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6AF3F1813B; Thu, 19 Mar 2026 10:48:10 +0100 (CET) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 19 Mar 2026 10:48:04 +0100 Message-Id: Subject: superseded: [PATCH datacenter-manager/proxmox{,-backup,-yew-comp} 00/26] metric collection for the PDM host From: "Lukas Wagner" To: "Lukas Wagner" , X-Mailer: aerc 0.21.0-0-g5549850facc2-dirty References: <20260312135229.420729-1-l.wagner@proxmox.com> In-Reply-To: <20260312135229.420729-1-l.wagner@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773913641973 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.049 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 Message-ID-Hash: EVZGN7QOBJYHLTXDOXNLEVGX7TWFNESO X-Message-ID-Hash: EVZGN7QOBJYHLTXDOXNLEVGX7TWFNESO X-MailFrom: l.wagner@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 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 2:52 PM CET, Lukas Wagner wrote: > This series add metric collection physical PDM hosts. > > The patches for `proxmox` introduce three new crates: > - proxmox-disks: broken out from proxmox-backup, needed to read disk st= ats > - proxmox-parallel-handler: also broken out from proxmox-backup, > needed as a dependency for proxmox-disks. Since the scope was managea= ble, > this series improves the existing code a bit by adding a dedicated er= ror type, > some documentation and basic unit tests > - proxmox-procfs: as a new home for any procfs related modules. this pa= tch series adds > a `pressure` module for reading pressure stall information for the ho= st and cgroups. > The general idea is that we should move other procfs helpers from pro= xmox-sys into > this new crate, but to avoid scope explosion this is not done as a pa= rt of this > series > > The patches for proxmox-backup just switch over to the new moved implemen= tations of proxmox-disks > and proxmox-parallel-handler. > > The patches for proxmox-yew-comp slight adapt the existing NodeStatusPane= l to allow the application > to inject child components into the same panel. > > The proxmox-datacenter-manager patches do some initial refactoring (namin= g), and then add the needed > collection loop, API types and UI elements. > > [...] superseded by: https://lore.proxmox.com/pdm-devel/20260319094617.169594-1-l.wagner@proxmox= .com/T/#t