add 'pvs' to pvereport

get information about physical volumes

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas
2019-03-28 14:02:20 +01:00
committed by Thomas Lamprecht
parent e7f407aa08
commit d6370b38ad

View File

@ -62,6 +62,7 @@ my $report_def = {
'lsblk --ascii',
],
volumes => [
'pvs',
'lvs',
'vgs',
],