File 0177-90multipath-start-multipathd-after-udev.patch of Package dracut.1835
From 142f9b9c2ae913ba258a88ac97735d095754d998 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <hare@suse.de>
Date: Wed, 18 Mar 2015 11:27:00 +0100
Subject: 90multipath: start multipathd after udev
libdevmapper has an internal check if udev is running, and will
create device-nodes internally if it's not. So we need to start
multipathd after udev to avoid any failures.
References: bnc#903001
Signed-off-by: Hannes Reinecke <hare@suse.de>
---
modules.d/90multipath/multipathd.service | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service
index 44a7b80..180cbff 100644
--- a/modules.d/90multipath/multipathd.service
+++ b/modules.d/90multipath/multipathd.service
@@ -1,6 +1,7 @@
[Unit]
Description=Device-Mapper Multipath Device Controller
Before=iscsi.service iscsid.service lvm2-activation-early.service
+After=systemd-udevd.service
DefaultDependencies=no
Conflicts=shutdown.target
--
1.8.4.5