Signed-off-by: Stoiko Ivanov <s.iva...@proxmox.com>
---
Recently we had a few cases in our enterprise support, where this information
would have saved us one roundtrip.

 PVE/Report.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 36bbcebb..d2ede5fa 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -20,6 +20,8 @@ my $init_report_cmds = sub {
                'cat /etc/hosts',
                'top -b -n 1  | head -n 15',
                'pvesubscription get',
+               'cat /etc/apt/sources.list',
+               sub { dir2text('/etc/apt/sources.list.d/', '.*list') },
                'lscpu',
                'pvesh get /cluster/resources --type node --output-format=yaml',
            ],
-- 
2.20.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to