summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-26 11:38:00 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-26 11:41:53 +0100
commit17ed15182ab1841a6249c1dfab7a27f63ff89ea3 (patch)
tree7bd662e8d92f27a737487a5bc131b230ba0d54ff
parent77eaa2fea1e44a003bc6393c989927a6ef3da3fb (diff)
multipath: corrected initqueue parameter
-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 8732c2b..99c2b7c 100644
--- a/modules.d/90multipath/14-multipath-scan.rules
+++ b/modules.d/90multipath/14-multipath-scan.rules
@@ -4,6 +4,6 @@ KERNEL!="sd*", 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"
+RUN+="/sbin/initqueue --settled --onetime --unique --name mpscan /sbin/multipath-scan"
RUN+="/bin/sh -c '>/tmp/.multipath-scan-%k;'"
LABEL="end_mpath_scan"