[pve-devel] [PATCH manager 2/9] report: add `jobs.cfg` to debug related network/load/backup/etc issues

Alexander Zeidler a.zeidler at proxmox.com
Fri Mar 22 14:59:26 CET 2024


Suggested-by: Friedrich Weber <f.weber at proxmox.com>
Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
 PVE/Report.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index d4191769..6014f13e 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -35,6 +35,7 @@ my $init_report_cmds = sub {
 		'pveversion --verbose',
 		'cat /etc/hosts',
 		'pvesubscription get',
+		'cat /etc/pve/jobs.cfg',
 		'cat /etc/apt/sources.list',
 		sub { dir2text('/etc/apt/sources.list.d/', '.+\.list') },
 		sub { dir2text('/etc/apt/sources.list.d/', '.+\.sources') },
-- 
2.39.2





More information about the pve-devel mailing list