ext2 cannot be live resized

This commit is contained in:
Jamie Cameron
2010-03-30 09:30:12 -07:00
parent bc55169c6c
commit abf32a9bf7

View File

@@ -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;