diff --git a/lvm/lvm-lib.pl b/lvm/lvm-lib.pl index 28855eec2..9700bc2b9 100755 --- a/lvm/lvm-lib.pl +++ b/lvm/lvm-lib.pl @@ -481,7 +481,7 @@ else { # Cannot resize root $can = 0; } - elsif ($type =~ /^ext\d+$/ || $type eq "xfs" || + elsif ($type =~ /^ext[3-9]$/ || $type eq "xfs" || $type eq "reiserfs" || $type eq "jfs") { # ext*, xfs, jfs and reiserfs can be resized up $can = 1;