mirror of
https://github.com/webmin/webmin.git
synced 2026-09-14 09:30:39 +01:00
ext2 cannot be live resized
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user