This series of patches adds basic support for multipath to anaconda. Peter Jones (5): Get rid of Device.description, it is unused. Add a description to DiskDevice, and use it in the UI. Make questionInitializeDisk() somewhat less ugly. Make DiskDevice.partedDisk a property. Recognize mpath devices when we see them. 70-anaconda.rules | 2 +- iw/autopart_type.py | 2 +- iw/partition_ui_helpers_gui.py | 2 +- storage/devicelibs/dm.py | 18 ++++ storage/devices.py | 157 ++++++++++++++++++++++++++------- storage/devicetree.py | 188 +++++++++++++++++++++++++++++++++------- storage/errors.py | 3 + storage/formats/multipath.py | 88 +++++++++++++++++++ storage/udev.py | 46 ++++++++++ 9 files changed, 441 insertions(+), 65 deletions(-) create mode 100644 storage/formats/multipath.py _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list