dracut/modules.d/90multipath
Pekka Wallendahl 28058a2e37 multipath: fix majmin_to_mpath_dev()
* Multipath device names only start with the mpath-prefix if the option
  use_userfriendly_names is set true in /etc/multipath.conf and if user
  has not set any aliases in the said file. Thus the for-loop should go
  through all files in /dev/mapper/, not just ones starting with 'mpath'

* Bash is perfectly capable to extend `/dev/mapper/*` notation without a
  need to pass it to an external ls

* Changed the function to use a local variable $_dev instead of the
  global $dev, which seemed to be the original intention as the local
  _dev was defined but not used
2016-01-18 20:28:22 +02:00
..
module-setup.sh multipath: fix majmin_to_mpath_dev() 2016-01-18 20:28:22 +02:00
multipathd-needshutdown.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
multipathd-stop.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00
multipathd.service multipath/multipathd.service: add more Conditions 2014-11-25 13:23:21 +01:00
multipathd.sh multipath: add "rd.multipath=0" option 2014-11-20 11:27:40 +01:00