Re: [PATCH 12/19] Add udev_device_get_multipath_name().

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

 



> 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

[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