summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-18 20:22:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-18 20:22:16 +0000
commit9720badd53b62a5296a858c84bd2e5cb63dfd290 (patch)
tree9c9ad7c8ca1a3fd37d5762eb5023299287352b2e /perl-install/fsedit.pm
parent3ed2a748cd61ac9472dde801f06cc137decfa727 (diff)
downloaddrakx-backup-do-not-use-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar
drakx-backup-do-not-use-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.gz
drakx-backup-do-not-use-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.bz2
drakx-backup-do-not-use-9720badd53b62a5296a858c84bd2e5cb63dfd290.tar.xz
drakx-backup-do-not-use-9720badd53b62a5296a858c84bd2e5cb63dfd290.zip
update the raid size as it should be
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm1
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);
}
}
}