summaryrefslogtreecommitdiff
path: root/modules.d/90multipath/14-multipath-scan.rules
diff options
context:
space:
mode:
Diffstat (limited to 'modules.d/90multipath/14-multipath-scan.rules')
-rw-r--r--modules.d/90multipath/14-multipath-scan.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/90multipath/14-multipath-scan.rules b/modules.d/90multipath/14-multipath-scan.rules
index b4acf57..8732c2b 100644
--- a/modules.d/90multipath/14-multipath-scan.rules
+++ b/modules.d/90multipath/14-multipath-scan.rules
@@ -1,7 +1,7 @@
# scan for multipath devices
SUBSYSTEM!="block", GOTO="end_mpath_scan"
KERNEL!="sd*", GOTO="end_mpath_scan"
-PROGRAM=="/bin/sh -c 'for i in //holders/dm-[0-9]*; do [ -e $$i ] && exit 0; done; exit 1;' ", GOTO="end_mpath_scan"
+PROGRAM=="/bin/sh -c 'for i in $sys/$devpath/holders/dm-[0-9]*; do [ -e $$i ] && exit 0; done; exit 1;' ", GOTO="end_mpath_scan"
RUN+="/sbin/modprobe dm-multipath"
RUN+="/bin/echo 'queuing multipath scan'"
RUN+="/sbin/initqueue --settled --onetime --unique --name=mpscan /sbin/multipath-scan"