From 9720badd53b62a5296a858c84bd2e5cb63dfd290 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 18 Aug 2001 20:22:16 +0000 Subject: update the raid size as it should be --- perl-install/fsedit.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 69c2925e5..5aa41b797 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -516,6 +516,7 @@ sub auto_allocate_raids { my %h = %$md; delete @h{'hd', 'parts'}; put_in_hash($part, \%h); # mntpoint, level, chunk-size, type + raid::updateSize($part); } } } -- cgit v1.2.1