--- pyanaconda/storage/partitioning.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/partitioning.py b/pyanaconda/storage/partitioning.py index db5171c..9b49152 100644 --- a/pyanaconda/storage/partitioning.py +++ b/pyanaconda/storage/partitioning.py @@ -634,6 +634,10 @@ def getBestFreeSpaceRegion(disk, part_type, req_size, else: free_geom = _range + if free_geom.start > disk.maxPartitionStartSector: + log.debug("free range start sector beyond max for new partitions") + continue + log.debug("current free range is %d-%d (%dMB)" % (free_geom.start, free_geom.end, free_geom.getSize())) -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list