]> git.ipfire.org Git - ipfire-3.x.git/blob - multipath-tools/patches/0068-RHBZ-1034578-label-partition-devices.patch
krb5: Update to 1.14.4
[ipfire-3.x.git] / multipath-tools / patches / 0068-RHBZ-1034578-label-partition-devices.patch
1 ---
2 multipath/multipath.rules | 3 ++-
3 1 file changed, 2 insertions(+), 1 deletion(-)
4
5 Index: multipath-tools-130222/multipath/multipath.rules
6 ===================================================================
7 --- multipath-tools-130222.orig/multipath/multipath.rules
8 +++ multipath-tools-130222/multipath/multipath.rules
9 @@ -4,7 +4,8 @@ SUBSYSTEM!="block", GOTO="end_mpath"
10
11 IMPORT{cmdline}="nompath"
12 ENV{nompath}=="?*", GOTO="end_mpath"
13 -ENV{DEVTYPE}=="partition", GOTO="end_mpath"
14 +ENV{DEVTYPE}=="partition", IMPORT{parent}="DM_MULTIPATH_DEVICE_PATH", \
15 + GOTO="end_mpath"
16 ENV{MPATH_SBIN_PATH}="/sbin"
17 TEST!="$env{MPATH_SBIN_PATH}/multipath", ENV{MPATH_SBIN_PATH}="/usr/sbin"
18 TEST!="/etc/multipath.conf", GOTO="check_kpartx"