* [pve-devel] [PATCH manager] pvereport: add apt sources
@ 2021-01-26 17:31 Stoiko Ivanov
2021-01-26 17:46 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2021-01-26 17:31 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Stoiko Ivanov <s.ivanov@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] pvereport: add apt sources
2021-01-26 17:31 [pve-devel] [PATCH manager] pvereport: add apt sources Stoiko Ivanov
@ 2021-01-26 17:46 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-01-26 17:46 UTC (permalink / raw)
To: Proxmox VE development discussion, Stoiko Ivanov
On 26.01.21 18:31, Stoiko Ivanov wrote:
> Signed-off-by: Stoiko Ivanov <s.ivanov@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(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-26 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 17:31 [pve-devel] [PATCH manager] pvereport: add apt sources Stoiko Ivanov
2021-01-26 17:46 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal