summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-13 10:27:09 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-13 10:27:09 +0100
commit5f7149068e3212e5e0b7a98bb3c227cf9866d426 (patch)
tree3c61424916b13c4558fccc6ea21fa71cc71f5b13
parent8ec6bfcbe72fe4df96eb6d12b39d1d1dae671529 (diff)
multipath: install udev rules and helper tools
-rwxr-xr-xmodules.d/90multipath/install4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules.d/90multipath/install b/modules.d/90multipath/install
index d060991..32548bd 100755
--- a/modules.d/90multipath/install
+++ b/modules.d/90multipath/install
@@ -3,6 +3,9 @@ if [[ $hostonly ]]; then
fi
for f in \
+ /sbin/dmsetup \
+ /sbin/kpartx \
+ /sbin/mpath_wait \
/sbin/multipath \
/sbin/multipathd \
/lib/libmultipath* \
@@ -12,3 +15,4 @@ done
inst_hook pre-trigger 02 "$moddir/multipathd.sh"
inst_hook pre-pivot 02 "$moddir/multipathd-stop.sh"
+inst_rules 40-multipath.rules