]> git.ipfire.org Git - thirdparty/dracut.git/commit
90dm: fixup dependency cycle between MD and DM shutdown 323/head
authorHannes Reinecke <hare@suse.de>
Thu, 25 Aug 2016 07:49:14 +0000 (09:49 +0200)
committerDaniel Molkentin <dmolkentin@suse.com>
Fri, 15 Dec 2017 19:55:37 +0000 (20:55 +0100)
commit870591acec41e854071129e7bf834cdfe43ae716
tree85cd441b460fc3ecd5ee2f765f25369c5a087f02
parent07e635748342aa70a76bc1a2237339f6a897d841
90dm: fixup dependency cycle between MD and DM shutdown

DM devices might be located on top of MD devices, so we need to
call the DM shutdown script before MD shutdown. The exception
here are multipath devices, which are below MD devices.
So skip removing multipath devices here to avoid spurious errors.

References: bsc#994860

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