summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/devicelibs/mpath.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-285/+0
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-8/+8
* Honor the nompath option.David Lehman2012-10-151-0/+12
* mpath: flush more eagerly in filter_gui.Ales Kozumplik2011-10-141-0/+6
* Fix a udev import to be more explicit. This shuts up pylint.Chris Lumens2011-08-011-1/+1
* Implement an option that lets anaconda name mpath devices by the wwid.Ales Kozumplik2011-06-171-4/+4
* multipath: do not set any mpath aliases explicitly.Ales Kozumplik2011-06-171-7/+0
* Provide a new mpath devicelib interface that does not reorder the devices.Ales Kozumplik2011-01-191-138/+100
* mpath: create /etc/multipath/bindings file.Ales Kozumplik2011-01-191-0/+7
* mpath: filter out the slave devices and their partitions.Ales Kozumplik2011-01-101-25/+50
* mpath: use both 'multipath -d' and 'multipath -ll' to get the topology.Ales Kozumplik2011-01-101-30/+47
* mpath: log the /etc/multipath.conf contentsAles Kozumplik2010-12-151-2/+7
* devicelibs/mpath.py: do not rely on other modules to import logging.Ales Kozumplik2010-12-091-0/+3
* mpath: put quotes around the wwids, they can have spaces.Ales Kozumplik2010-08-261-3/+6
* Use blacklist_exceptions for mpath devices (#612399)NEC2010-08-261-0/+8
* modules: necessary changes to the import statements under storage/Ales Kozumplik2010-06-231-1/+1
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-0/+244