From 94c39d20eb1e407866457e3620be807ece6b0f4d Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Fri, 30 Sep 2005 12:15:43 +0200 Subject: [PATCH] [multipath] rules fix /sbin doesn't seem to be in the PATH when udev execs dmsetup. Use absolute paths then. --- multipath/multipath.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipath/multipath.rules b/multipath/multipath.rules index 2443537..cce4064 100644 --- a/multipath/multipath.rules +++ b/multipath/multipath.rules @@ -10,7 +10,7 @@ #ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ # PROGRAM="/sbin/devmap_name %M %m" ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ - PROGRAM="dmsetup -j %M -m %m --noopencount --noheadings -c -o name info" + PROGRAM="/sbin/dmsetup -j %M -m %m --noopencount --noheadings -c -o name info" # take care of devmap partitioning ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ -- 2.7.4