-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ack. On Wed, 3 Feb 2010, Hans de Goede wrote:
This is esp. important with DASD's as these will only accept properly aligned partitions. --- storage/devices.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index 9e95084..a0fe78c 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -1276,6 +1276,9 @@ class PartitionDevice(StorageDevice): newGeometry = parted.Geometry(device=currentDev, start=currentGeom.start, length=newLen) + # and align the end sector + newGeometry.end = self.disk.format.endAlignment.alignDown(newGeometry, + newGeometry.end) constraint = parted.Constraint(exactGeom=newGeometry) return (constraint, newGeometry)
- -- David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAktst5gACgkQ5hsjjIy1VkmFwACgwajsLcTRJdwMTVd8Nsw4Lp4K 24UAmQH24Q0BzKQWg31Dbv0tHYJsHSnW =jyVB -----END PGP SIGNATURE----- _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list