> Add udev_device_get_multipath_name() to find the name of a consituent's > device, and also reorganize a little. With this patch, you can also make the following modification to iw/filter_gui.py: diff --git a/iw/filter_gui.py b/iw/filter_gui.py index 0167b29..ff7eff7 100644 --- a/iw/filter_gui.py +++ b/iw/filter_gui.py @@ -631,7 +631,8 @@ class FilterWindow(InstallWindow): # However, we do need all the paths making up this # multipath set. paths = "\n".join(map(udev_device_get_name, mpath)) - tuple = (mpath[0], True, _active(name), "", model, + tuple = (mpath[0], True, _active(name), + udev_device_get_multipath_name(mpath[0]), model, str(mpath[0]["XXX_SIZE"]) + " MB", udev_device_get_vendor(mpath[0]), udev_device_get_bus(mpath[0]), - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list