diff options
-rw-r--r-- | perl-install/lvm.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index ef3ab3090..48abf5c84 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -90,6 +90,7 @@ sub get_lvs { my $fs_type = -e "/dev/$device" && fs::type::fs_type_from_magic({ device => $device }); { device => $device, + lv_name => $_, fs_type => $fs_type || 'ext2', size => get_lv_size($device) }; } @l |