2015-05-08 08:10:36 +00:00
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2015-06-30 12:59:59 +00:00
|
|
|
Index: dracut-042/modules.d/90multipath/multipathd.service
|
2015-05-08 08:10:36 +00:00
|
|
|
===================================================================
|
2015-06-30 12:59:59 +00:00
|
|
|
--- dracut-042.orig/modules.d/90multipath/multipathd.service 2015-06-11 17:39:47.000000000 +0200
|
|
|
|
+++ dracut-042/modules.d/90multipath/multipathd.service 2015-06-24 18:02:36.298905539 +0200
|
|
|
|
@@ -6,7 +6,6 @@ Conflicts=shutdown.target
|
2015-05-08 08:10:36 +00:00
|
|
|
ConditionKernelCommandLine=!nompath
|
|
|
|
ConditionKernelCommandLine=!rd.multipath=0
|
|
|
|
ConditionKernelCommandLine=!rd_NO_MULTIPATH
|
|
|
|
-ConditionPathExists=/etc/multipath.conf
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|