From 0fb89b4a6ea48812de66dae9a7eb2c4237d91928 Mon Sep 17 00:00:00 2001 From: Max Carrara Date: Mon, 13 Feb 2023 10:19:15 +0100 Subject: [PATCH] fix #4335: report: add datacenter.cfg to output Includes the contents of /etc/pve/datacenter.cfg in the cluster section. Signed-off-by: Max Carrara --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 90b7cb1c..457bba6e 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -91,6 +91,7 @@ my $init_report_cmds = sub { 'pvecm status', 'cat /etc/pve/corosync.conf 2>/dev/null', 'ha-manager status', + 'cat /etc/pve/datacenter.cfg', ], }, hardware => { -- 2.39.5