From: Erik Fastermann <e.fastermann@proxmox.com>
To: pbs-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com
Cc: Erik Fastermann <e.fastermann@proxmox.com>
Subject: [PATCH proxmox-datacenter-manager v2 4/5] d/control: depend on tools used by the system report
Date: Thu, 30 Jul 2026 12:13:48 +0200 [thread overview]
Message-ID: <20260730101349.217371-5-e.fastermann@proxmox.com> (raw)
In-Reply-To: <20260730101349.217371-1-e.fastermann@proxmox.com>
The report runs ip (package iproute2), top (package procps) and ethtool,
plus zpool, zfs and zarcstat (package zfsutils-linux) for the ZFS
sections and proxmox-boot-tool (package proxmox-kernel-helper) for the
ESP status, none of which were depended on directly.
The ZFS tools and proxmox-kernel-helper are recommendations rather than
direct dependencies. For the ZFS tools this matches the control file in
PBS and the proxmox-boot-tool is not required on systems which are not
running a Proxmox kernel.
Signed-off-by: Erik Fastermann <e.fastermann@proxmox.com>
---
debian/control | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e1430dca..a59747ef 100644
--- a/debian/control
+++ b/debian/control
@@ -159,7 +159,10 @@ Rules-Requires-Root: no
Package: proxmox-datacenter-manager
Architecture: any
Multi-Arch: allowed
-Depends: libproxmox-acme-plugins,
+Depends: ethtool,
+ iproute2,
+ libproxmox-acme-plugins,
+ procps,
proxmox-datacenter-manager-docs,
proxmox-mini-journalreader (>= 1.7),
proxmox-termproxy,
@@ -172,6 +175,8 @@ Recommends: ifupdown2,
proxmox-datacenter-manager-client,
proxmox-datacenter-manager-meta,
proxmox-datacenter-manager-ui,
+ proxmox-kernel-helper,
+ zfsutils-linux,
Description: Manage multiple Proxmox VE cluster and other Proxmox projects
This package provides the API daemons of the Proxmox Datacenter Manager (PDM)
which allows one to add multiple Proxmox VE and Proxmox Backup Server
--
2.47.3
next prev parent reply other threads:[~2026-07-30 10:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 10:13 [PATCH proxmox{,-backup,-datacenter-manager} v2 0/5] factor system report into shared crate Erik Fastermann
2026-07-30 10:13 ` [PATCH proxmox v2 1/5] system-report: add crate for shared report generation Erik Fastermann
2026-07-30 10:13 ` Erik Fastermann
2026-07-30 10:13 ` [PATCH proxmox-backup v2 2/5] d/control: depend on tools used by the system report Erik Fastermann
2026-07-30 10:13 ` [PATCH proxmox-backup v2 3/5] report: use shared proxmox-system-report crate Erik Fastermann
2026-07-30 10:13 ` Erik Fastermann
2026-07-30 10:13 ` Erik Fastermann [this message]
2026-07-30 10:13 ` [PATCH proxmox-datacenter-manager v2 5/5] " Erik Fastermann
2026-07-30 10:13 ` Erik Fastermann
2026-07-30 10:18 ` [PATCH proxmox{,-backup,-datacenter-manager} v2 0/5] factor system report into shared crate Erik Fastermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260730101349.217371-5-e.fastermann@proxmox.com \
--to=e.fastermann@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.