[pdm-devel] [PATCH datacenter-manager v2 0/4] system report via admin cli or API
Shannon Sterz
s.sterz at proxmox.com
Mon Dec 1 16:42:22 CET 2025
On Mon Dec 1, 2025 at 4:32 PM CET, Lukas Wagner wrote:
> Still missing the UI integration.
>
> Changes since v1:
> - see patch notes in 1/4
>
> Lukas Wagner (4):
> server: add system report implementation
> api: add system report API
> cli: admin: add 'report' command to generate a system report
> pdm-client: add bindings for system report generation
>
> cli/admin/src/main.rs | 13 +++
> lib/pdm-client/src/lib.rs | 10 ++
> server/src/api/nodes/mod.rs | 2 +
> server/src/api/nodes/report.rs | 32 ++++++
> server/src/lib.rs | 1 +
> server/src/report.rs | 198 +++++++++++++++++++++++++++++++++
> 6 files changed, 256 insertions(+)
> create mode 100644 server/src/api/nodes/report.rs
> create mode 100644 server/src/report.rs
did another smoke test of this, the new commands are included, df and
the order is adapted. lgtm
More information about the pdm-devel
mailing list