From: Max Carrara Date: Mon, 13 Feb 2023 09:19:15 +0000 (+0100) Subject: fix #4335: report: add datacenter.cfg to output X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0fb89b4a6ea48812de66dae9a7eb2c4237d91928;p=pve-manager.git 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 --- 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 => {