]> git.ipfire.org Git - thirdparty/dracut.git/commit
90multipath: load dm_multipath module during startup 361/head
authorHannes Reinecke <hare@suse.de>
Wed, 24 Aug 2016 10:44:31 +0000 (12:44 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Tue, 16 Jan 2018 15:30:53 +0000 (16:30 +0100)
commitd842d5cf9e127c7b876c1ea9fb3d8c4be2eb283d
treec83d95fec7b6b11f4dd2ebcc35dbba74f4bacdf0
parent2a0da60ed18b33e39fe8e36864800bbaaa0448b4
90multipath: load dm_multipath module during startup

As the 'multipath' program will be triggered directly from
udev events it will be called before the multipath service
unit has started up. Which means we cannot rely on the
service unit to load the module for us, but we rather
have to do it early before udev is started.

References: bsc#986734

Signed-off-by: Hannes Reinecke <hare@suse.com>
modules.d/90multipath/module-setup.sh