[pve-devel] [PATCH manager 4/5] Report: add pct list
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Mar 2 09:38:59 CET 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index 0083d28f..fa943bea 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -32,6 +32,7 @@ my $report_def = {
'virtual guests' => [
'qm list',
sub { dir2text('/etc/pve/qemu-server/', '\d.*conf') },
+ 'pct list',
sub { dir2text('/etc/pve/lxc/', '\d.*conf') },
],
network => [
--
2.14.2
More information about the pve-devel
mailing list