Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
dracut.4406
0322-90multipath-Start-daemon-after-udev-settle...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0322-90multipath-Start-daemon-after-udev-settle.patch of Package dracut.4406
From 5dfef179175a43bbe767491f74fd642bc5b40ec3 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Wed, 24 Aug 2016 09:05:01 +0200 Subject: [PATCH] 90multipath: Start daemon after udev settle We need to wait until udev has processed all events, otherwise we'll risk of misdetecting devices. This might cause a temporary interruption during which multipath removes a device-mapper device, which then causes a booting failure. References: bsc#986734 Signed-off-by: Hannes Reinecke <hare@suse.com> --- modules.d/90multipath/multipathd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 180cbff..9360f75 100644 --- a/modules.d/90multipath/multipathd.service +++ b/modules.d/90multipath/multipathd.service @@ -1,7 +1,8 @@ [Unit] Description=Device-Mapper Multipath Device Controller Before=iscsi.service iscsid.service lvm2-activation-early.service -After=systemd-udevd.service +Wants=systemd-udev-trigger.service systemd-udev-settle.service +After=systemd-udev-trigger.service systemd-udev-settle.service DefaultDependencies=no Conflicts=shutdown.target -- 2.10.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor