]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- load dm-mod before using dmsetup in multipath case
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 27 Nov 2008 14:47:08 +0000 (14:47 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 27 Nov 2008 14:47:08 +0000 (14:47 +0000)
svn-id: @10007

rc.d/rc.sysinit

index 2f008faed1a8b21514ba8301805e627e4be5ee94..6cc56e176946fd9dd56678969ca299a876c83ce6 100755 (executable)
@@ -604,6 +604,7 @@ if ! is_yes "$VSERVER"; then
 
        if [ -x /sbin/multipath ]; then
                # first make nodes that were discarded due (possible) new /dev mount
+               modprobe -s dm-mod
                /sbin/dmsetup mknodes
                modprobe -s dm-multipath
                run_cmd "Activating dm-multipath" /sbin/multipath -v 0
This page took 1.587418 seconds and 4 git commands to generate.