dracut/modules.d/90dmraid
Benjamin Marzinski 9dd9329f7a modules.d: fix udev rules detection of multipath devices
Starting with the 0.7.7 release of the multipath tools, the multipath
udev rules always set a value in ENV{DM_MULTIPATH_DEVICE_PATH} for any
device that multipath scans. A value of 0 means that the device is not
claimed by multipath, and a value of 1 means that it is. Because of
this, udev rules that check ENV{DM_MULTIPATH_DEVICE_PATH}=="?*" will
always return True, and act as if every scanned device is claimed by
multipath. Checking ENV{DM_MULTIPATH_DEVICE_PATH}=="1" will work
correctly for both the old and new versions of the multipath tools.
2019-09-04 13:43:20 +02:00
..
61-dmraid-imsm.rules modules.d: fix udev rules detection of multipath devices 2019-09-04 13:43:20 +02:00
dmraid.sh Use udev rules to create dmraid /dev/mapper/ devices 2018-01-17 17:51:42 +01:00
module-setup.sh Use udev rules to create dmraid /dev/mapper/ devices 2018-01-17 17:51:42 +01:00
parse-dm.sh remove all vim and emacs code format comments 2014-08-29 13:38:47 +02:00