From abf32a9bf77ccb145f5fde47fd408dacdab2a159 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 30 Mar 2010 09:30:12 -0700 Subject: [PATCH] ext2 cannot be live resized --- lvm/lvm-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;