]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - multipath-tools/patches/0108-RHBZ-1153832-kpartx-remove-devs.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0108-RHBZ-1153832-kpartx-remove-devs.patch
CommitLineData
289c5516
MT
1---
2 multipath/multipath.rules | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5Index: multipath-tools-130222/multipath/multipath.rules
6===================================================================
7--- multipath-tools-130222.orig/multipath/multipath.rules
8+++ multipath-tools-130222/multipath/multipath.rules
9@@ -45,5 +45,5 @@ ACTION!="change", GOTO="end_mpath"
10 ENV{DM_UUID}!="mpath-?*", GOTO="end_mpath"
11 ENV{DM_SUSPENDED}=="1", GOTO="end_mpath"
12 ENV{DM_ACTION}=="PATH_FAILED", GOTO="end_mpath"
13-ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -a $tempnode"
14+ENV{DM_ACTIVATION}=="1", RUN+="$env{MPATH_SBIN_PATH}/kpartx -u $tempnode"
15 LABEL="end_mpath"