[pve-devel] [PATCH manager] add 'pvs' to pvereport
Oguz Bektas
o.bektas at proxmox.com
Thu Mar 28 14:02:20 CET 2019
get information about physical volumes
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index f04b5733..a7c77050 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -62,6 +62,7 @@ my $report_def = {
'lsblk --ascii',
],
volumes => [
+ 'pvs',
'lvs',
'vgs',
],
--
2.11.0
More information about the pve-devel
mailing list