diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-21 00:52:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-21 00:52:41 +0000 |
commit | f261a1bfc75de53582a15c48f5f7df8d59ce0d95 (patch) | |
tree | 5efe10fdaadd7df5ed639ac1d0f7265e2889e595 /perl-install/install_interactive.pm | |
parent | 2651790494933ba8446f0410ab2db5b196f32d1c (diff) | |
download | drakx-backup-do-not-use-f261a1bfc75de53582a15c48f5f7df8d59ce0d95.tar drakx-backup-do-not-use-f261a1bfc75de53582a15c48f5f7df8d59ce0d95.tar.gz drakx-backup-do-not-use-f261a1bfc75de53582a15c48f5f7df8d59ce0d95.tar.bz2 drakx-backup-do-not-use-f261a1bfc75de53582a15c48f5f7df8d59ce0d95.tar.xz drakx-backup-do-not-use-f261a1bfc75de53582a15c48f5f7df8d59ce0d95.zip |
allocatePartitions() resulted in a small unallocated area at the end of the
drive when:
- suggest_part() reserves some room for the other partitions which are going to
be added next. For maxsize limited partition, it reserves maxsize (if maxsize
is reached)
- suggest_part() which adds the last partition limited by maxsize can be
called on a partition a little bigger than maxsize due to cylinder boundary
adjustments on previous partition creations. In that case, it doesn't use the
full area.
It occured for example with the current $fsedit::suggestions{server}.
The fix chosen is to ensure the last suggest_part() is called with a size
defined as maxsize <= size < maxsize + cylinder_size.
Diffstat (limited to 'perl-install/install_interactive.pm')
0 files changed, 0 insertions, 0 deletions