* [pve-devel] [PATCH V2 manager] fix #4335: report: add datacenter.cfg to output
@ 2023-02-13 9:19 Max Carrara
2023-02-14 9:27 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Max Carrara @ 2023-02-13 9:19 UTC (permalink / raw)
To: pve-devel
Includes the contents of /etc/pve/datacenter.cfg
in the cluster section.
Signed-off-by: Max Carrara <m.carrara@proxmox.com>
---
Changes from v1:
* Output of `/etc/pve/datacenter.cfg` is now in the cluster section,
as discussed[1]
[1] https://lists.proxmox.com/pipermail/pve-devel/2023-February/055715.html
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.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-14 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13 9:19 [pve-devel] [PATCH V2 manager] fix #4335: report: add datacenter.cfg to output Max Carrara
2023-02-14 9:27 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox