[pdm-devel] [PATCH datacenter-manager v2 2/2] server: add the new `support-status` subcommand to the report
Shannon Sterz
s.sterz at proxmox.com
Tue Dec 16 11:08:25 CET 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner at proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
server/src/report.rs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/server/src/report.rs b/server/src/report.rs
index ae56444..9da6b42 100644
--- a/server/src/report.rs
+++ b/server/src/report.rs
@@ -59,6 +59,10 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
"proxmox-datacenter-manager-admin",
vec!["remote", "subscriptions"],
),
+ (
+ "proxmox-datacenter-manager-admin",
+ vec!["support-status", "get"],
+ ),
("proxmox-boot-tool", vec!["status"]),
("df", vec!["-h", "-T"]),
(
--
2.47.3
More information about the pdm-devel
mailing list