diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 20:22:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 20:22:16 +0000 |
commit | 9720badd53b62a5296a858c84bd2e5cb63dfd290 (patch) | |
tree | 9c9ad7c8ca1a3fd37d5762eb5023299287352b2e /perl-install/fsedit.pm | |
parent | 3ed2a748cd61ac9472dde801f06cc137decfa727 (diff) | |
download | drakx-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar drakx-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.gz drakx-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.bz2 drakx-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.xz drakx-9720badd53b62a5296a858c84bd2e5cb63dfd290.zip |
update the raid size as it should be
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } } |