> Replace all usage of the isys C EDD code with the new storage > python EDD code. Note that this moves the sorting of partition.req_disks > from devices.py to paritioning.py, because sorting now needs access > to the storage object, this also has the added advantange that now we > always allocatePartitions in sorted drive order, even in interactive mode. This patch makes me wonder if Storage really is the right place for compareDisks. It doesn't look like compareDisks does anything that needs knowledge of the storage module, and leads to some pretty awkward paths to access it. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list