summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-08-05 11:39:50 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-08-05 11:43:17 -0700
commite78d65c9e9ffa54a6bece600c8d09881361c4889 (patch)
treeb0bc74caadb4c9222c3e842d84fc61322f4b1032 /sys-fs/multipath-tools/files/multipath.rc
parentapp-arch/libarchive: Remove bsdcat symlink due to compat issues #589876 (diff)
downloadgentoo-e78d65c9e9ffa54a6bece600c8d09881361c4889.tar.gz
gentoo-e78d65c9e9ffa54a6bece600c8d09881361c4889.tar.bz2
gentoo-e78d65c9e9ffa54a6bece600c8d09881361c4889.zip
sys-fs/multipath-tools: version bump
- Version bump per bug #590228. - Includes init.d fixes per bugs: #432042, #581226 - Includes upstream fixes per bugs: #293615, #308693, #527124, #558326 Closes: https://bugs.gentoo.org/293615 Closes: https://bugs.gentoo.org/308693 Closes: https://bugs.gentoo.org/432042 Closes: https://bugs.gentoo.org/527124 Closes: https://bugs.gentoo.org/558326 Closes: https://bugs.gentoo.org/581226 Closes: https://bugs.gentoo.org/590228 Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-fs/multipath-tools/files/multipath.rc')
-rw-r--r--sys-fs/multipath-tools/files/multipath.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/multipath-tools/files/multipath.rc b/sys-fs/multipath-tools/files/multipath.rc
index 68f8d5edb43b..150b0edce77b 100644
--- a/sys-fs/multipath-tools/files/multipath.rc
+++ b/sys-fs/multipath-tools/files/multipath.rc
@@ -4,13 +4,14 @@
# $Id$
depend() {
- before checkfs fsck multipathd lvm
+ before checkfs fsck multipathd iscsid lvm
after modules device-mapper
}
start() {
if ! grep -qs device-mapper /proc/devices /proc/misc ; then
[ -e /proc/modules ] && modprobe -q dm-mod
+ [ -e /proc/modules ] && modprobe -q dm-multipath
fi
ebegin "Activating Multipath devices"