Re: [PATCH] Keep the end sector aligned when resizing partitions (#560647)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux