From: Hannes Reinecke Date: Tue, 27 Sep 2016 10:40:22 +0000 (+0200) Subject: 90multipath: do not fail startup on missing configuration X-Git-Tag: 047~50^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d12ce1da8551c065616f81f158b6425b20ee191c;p=thirdparty%2Fdracut.git 90multipath: do not fail startup on missing configuration References: bsc#930019 If rootfs is on multipath, but platform does not have an /etc/multipath.conf file which is not urgently needed, they system will not boot, due to: multipathd is not started and rootfs and swap are not found: systemctl status multipathd.service * multipathd.service - Device-Mapper Multipath Device Controller Loaded: loaded (/usr/lib/systemd/system/multipathd.service; disabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2015-05-07 11:49:11 CEST; 7min ago ConditionPathExists=/etc/multipath.conf was not met and exit to dracut shell. --- diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index b64b02cdf..f7bc65fe2 100644 --- a/modules.d/90multipath/multipathd.service +++ b/modules.d/90multipath/multipathd.service @@ -6,7 +6,6 @@ Conflicts=shutdown.target ConditionKernelCommandLine=!nompath ConditionKernelCommandLine=!rd.multipath=0 ConditionKernelCommandLine=!rd_NO_MULTIPATH -ConditionPathExists=/etc/multipath.conf [Service] Type=simple