From 6246da400fa7f527a1ff1c620bf85ac9f6644508 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 7 Dec 2021 20:55:24 +0100 Subject: [PATCH] fix(multipathd.service): drop dependencies on iscsi and iscsid These dependencies are redundant and will be dropped in upstream multipath-tools, too. --- modules.d/90multipath/multipathd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90multipath/multipathd.service b/modules.d/90multipath/multipathd.service index 4029a81e..e8182533 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