From: Martin Wilck Date: Tue, 7 Dec 2021 19:55:24 +0000 (+0100) Subject: fix(multipathd.service): drop dependencies on iscsi and iscsid X-Git-Tag: 056~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6246da400fa7f527a1ff1c620bf85ac9f6644508;p=thirdparty%2Fdracut.git fix(multipathd.service): drop dependencies on iscsi and iscsid These dependencies are redundant and will be dropped in upstream multipath-tools, too. --- diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 4029a81e5..e8182533d 100644 --- a/modules.d/90multipath/multipathd.service +++ b/modules.d/90multipath/multipathd.service @@ -1,6 +1,6 @@ [Unit] Description=Device-Mapper Multipath Device Controller -Before=iscsi.service iscsid.service lvm2-activation-early.service +Before=lvm2-activation-early.service Before=local-fs-pre.target blk-availability.service shutdown.target Wants=systemd-udevd-kernel.socket After=systemd-udevd-kernel.socket