From: root Date: Tue, 27 Sep 2005 09:43:53 +0000 (+0200) Subject: [multipath] oops, messed the rules badly with unescaped CR X-Git-Tag: 0.4.6~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a464312f177afd3c2d1f7f5a9d368cd6957e61c7;p=platform%2Fupstream%2Fmultipath-tools.git [multipath] oops, messed the rules badly with unescaped CR --- diff --git a/multipath/multipath.rules b/multipath/multipath.rules index 28bd142..ffc11a3 100644 --- a/multipath/multipath.rules +++ b/multipath/multipath.rules @@ -7,16 +7,16 @@ # # lookup the devmap name -#ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", +#ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ # PROGRAM="/sbin/devmap_name %M %m" -ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", +ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ PROGRAM="dmsetup -j %M -m %m --noopencount -n -c -o name info" # take care of devmap partitioning -ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", +ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ RUN+="/sbin/kpartx -a /dev/mapper/%c" # insert new paths in multipath topology -ACTION=="add", SUBSYSTEM=="block", KERNEL!="dm-*", +ACTION=="add", SUBSYSTEM=="block", KERNEL!="dm-*", \ RUN+="/sbin/multipath -v0 %M:%m"